First Commit.

This commit is contained in:
unlockable
2023-09-18 23:14:30 +08:00
commit 83f950bff5
2 changed files with 16 additions and 0 deletions

6
test.cpp Normal file
View File

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