/
2025-01-09 22:42:08 +10:00
/
2025-01-09 22:45:54 +10:00
2025-01-09 22:54:12 +10:00
2025-01-09 21:56:58 +10:00
2025-01-09 21:56:58 +10:00
2025-01-09 12:57:19 +00:00

# 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
No description provided
Readme 84 KiB
Languages
C++ 94.4%
CMake 4.6%
Makefile 1%