Init
This commit is contained in:
commit
d43806895e
6 changed files with 29 additions and 0 deletions
6
src/main.cpp
Normal file
6
src/main.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, World!" << std::endl;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue