# hello-world-cpp
for Windows CMD
cmake -G "MinGW Makefiles" . && make && main.exe
for Windows PowerShell
cmake -G "MinGW Makefiles" . | make | ./main.exe
for Linux
cmake . && make && ./main
Description
Languages
C++
94.4%
CMake
4.6%
Makefile
1%