diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:26 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:26 +0000 |
| commit | 7c079e4918b74dac19e6a47913c609ae7aba158f (patch) | |
| tree | 7c353587a6f84a06487ada183d9d3cfc7860e307 | |
| parent | 4fb893b63713f60770df9a046fc3685494fe3014 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,9 +5,10 @@ A simple C++ program that prints "Hello World" to the console. ## Requirements - C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++98 or later standard support +- C++11 or later (though this simple program works with earlier standards) ## Compilation -To compile the program, use the following command: +To compile the program, use one of the following commands: +### Using g++: |
