boilerplate's boilerplate

This commit is contained in:
2025-12-21 15:53:51 -06:00
parent 6e7e42038e
commit d4b77760fe
8 changed files with 147 additions and 0 deletions

4
src/main.cpp Normal file
View File

@@ -0,0 +1,4 @@
int main (int argc, char *argv[]) {
return 0;
}