Initial project structure
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
commit
e06858dcf5
5 changed files with 16 additions and 0 deletions
7
hello_world/main.cpp
Normal file
7
hello_world/main.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <iostream>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::cout << "Hello, World!" << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue