<add>first push

This commit is contained in:
dong 2024-11-29 23:59:40 +08:00
commit 4104dd7573
1 changed files with 6 additions and 0 deletions

6
main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "hello world" << "\n";
return 0;
}