commit
This commit is contained in:
commit
675bae3ad6
38 changed files with 4547 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!\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue