trainings/AdvancedCppV2/Presentation/exercises/exampleProject
2024-04-25 09:39:28 +02:00
..
CMakeLists.txt AdvC++ - pierwszy commit 2024-04-25 09:39:28 +02:00
exampleProject.cpp AdvC++ - pierwszy commit 2024-04-25 09:39:28 +02:00
README.md AdvC++ - pierwszy commit 2024-04-25 09:39:28 +02:00

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