添加 main.cpp

This commit is contained in:
test1234 2023-12-27 15:53:12 +08:00
commit fd1e3e01fd
1 changed files with 6 additions and 0 deletions

6
main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <stdio>
int main (){
cout <<"ok"<<endl;
}