trainings/AdvancedCppV2/Presentation/exercises/exampleProject/README.md

10 lines
201 B
Markdown

## Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
## Run program
Run program ./ExampleProject and check output, which should be "Hello World";