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

10 lines
No EOL
156 B
Markdown

## Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
## Not exrecise
This is only example of template