首次提交

This commit is contained in:
2024-01-23 14:21:54 +08:00
parent 2a1ccebc6c
commit 5097161b53
3 changed files with 16 additions and 0 deletions

6
main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}