summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:28 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:28 +0000
commit5a92d7d5396a8a5789f4fc422c80831823082819 (patch)
treef023dac2d52870fbbbe5e58bab4005df3ae812b9
parent8ff607622b7f51b456a58e690ea244b9eb3281db (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0edb995..3e81eec 100644
--- a/README.md
+++ b/README.md
@@ -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++: