hpr-cpp/source/hpr/main.cpp
2023-11-17 21:06:11 +05:00

10 lines
129 B
C++

#include <iostream>
using namespace std;
int main(int argc, char** argv)
{
cout << "hello xmake!" << endl;
return 0;
}