First working commit
This commit is contained in:
parent
574d2dcb4d
commit
65b4644fe4
16 changed files with 5998 additions and 0 deletions
8
src/main.cpp
Normal file
8
src/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <iostream>
|
||||
|
||||
int main(){
|
||||
|
||||
std::cout << "Hello world";
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue