hello-world-cpp/README.md

14 lines
380 B
Markdown
Raw Normal View History

2025-01-09 18:06:57 +10:00
<EFBFBD><EFBFBD># hello-world-cpp
2025-01-09 22:41:17 +10:00
2025-01-09 22:45:54 +10:00
for Windows CMD
2025-01-09 22:41:17 +10:00
```
2025-01-09 22:45:54 +10:00
cmake -G "MinGW Makefiles" . && make && main.exe
2025-01-09 22:41:17 +10:00
```
2025-01-09 22:45:54 +10:00
for Windows PowerShell
2025-01-09 22:41:17 +10:00
```
2025-01-09 22:45:54 +10:00
cmake -G "MinGW Makefiles" . | make | ./main.exe
2025-01-09 22:41:17 +10:00
```
2025-01-09 18:06:57 +10:00