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

201 B

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";