hello-world-cpp/README.md

14 lines
244 B
Markdown

# hello-world-cpp
compile project -
```
cmake -G "MinGW Makefiles" . && make
```
execute -
```
make
```