Initial commit

This commit is contained in:
Will H
2024-03-06 09:16:29 -05:00
commit 367f622b78
6 changed files with 123 additions and 0 deletions

7
sources/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Simple Project Template" << "\n";
return 0;
}