Initial commit.

This commit is contained in:
2024-06-30 14:52:55 +08:00
commit 120bdd3fb1
5 changed files with 89 additions and 0 deletions

6
main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char const *argv[]) {
std::cout << "hello, bilby." << std::endl;
return 0;
}