hpr-cpp/source/hpr/main.cpp

10 lines
129 B
C++
Raw Normal View History

2023-11-17 21:06:11 +05:00
#include <iostream>
using namespace std;
int main(int argc, char** argv)
{
cout << "hello xmake!" << endl;
return 0;
}