mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-10 04:44:56 +08:00
MAKE
This commit is contained in:
8
Make/sudoku/hello.cpp
Normal file
8
Make/sudoku/hello.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World" << endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user