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