Init
This commit is contained in:
commit
2209bda83f
7 changed files with 60 additions and 0 deletions
1
src/CMakeLists.txt
Normal file
1
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
add_executable(Hello helloWorld.cpp)
|
||||
6
src/helloWorld.cpp
Normal file
6
src/helloWorld.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello world!";
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue