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