创建实验二项目

This commit is contained in:
2024-10-10 12:08:09 +08:00
parent 84f929c055
commit ddae8207e3
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}