This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
Gobang2/main.cpp
2017-05-27 16:32:37 +08:00

10 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}