summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:03:26 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:03:26 +0000
commit7c079e4918b74dac19e6a47913c609ae7aba158f (patch)
tree7c353587a6f84a06487ada183d9d3cfc7860e307
parent4fb893b63713f60770df9a046fc3685494fe3014 (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 480c13f..0da741c 100644
--- a/README.md
+++ b/README.md
@@ -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++: