summaryrefslogtreecommitdiff
path: root/tests/actions/test/src/test_8.cpp
blob: 8669ff781b0aa6a6d1741b9c074e823d8329a32f (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>

using namespace std;

int main(int argc, char** argv)
{
    cout << "hello xmake" << endl;
    return 0;
}