summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:48 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:48 +0000
commitf474fd44b208c7260c47af5a2a9264e43178cb04 (patch)
treebce6133231d89baff28bba195c2afa6a0adc3315 /README.md
parent5a92d7d5396a8a5789f4fc422c80831823082819 (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e81eec..ed2e6ea 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A simple C++ program that prints "Hello World" to the console.
## Requirements
-- C++ compiler (g++, clang++, or similar)
+- C++ compiler (g++, clang++, or any standard C++ compiler)
- C++11 or later (though this simple program works with earlier standards)
## Compilation