project setup

This commit is contained in:
2026-06-05 14:16:20 -05:00
commit de199fd8a1
7 changed files with 103 additions and 0 deletions

9
src/main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <iostream>
int main(int argc, char* argv[]) {
std::cout << "hi mom !" << std::endl;
return 0;
}