First working commit

This commit is contained in:
TraYali 2024-03-12 23:26:23 +01:00
parent 574d2dcb4d
commit 65b4644fe4
16 changed files with 5998 additions and 0 deletions

8
src/main.cpp Normal file
View file

@ -0,0 +1,8 @@
#include <iostream>
int main(){
std::cout << "Hello world";
return 0;
}