Initial Code

This commit is contained in:
2024-09-01 09:17:34 -06:00
parent aa4c1a0c24
commit f42d3ffa63
2 changed files with 230 additions and 0 deletions

6
src/main.cpp Normal file
View File

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