summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:02:21 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:02:21 +0000
commitc7f30e3538ae1e86b5b42d03b65e034adae3c97d (patch)
tree7bb1e413072ebd070be3cbab5d34b50e562ae52a
parentd13aedf4405e1900bfdc436069184c8d0008016b (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index efe1e13..aa8bea3 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ A simple "Hello World" program written in C++.
## Description
-This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. The program outputs "Hello World" to the console and exits.
+This is a basic C++ program that demonstrates the fundamental structure of a C++ application. It prints "Hello World" to the console when executed.
## Requirements
-- C++ compiler (g++, clang++, or MSVC)
-- C++11 or later standard (though this simple program works with earlier standards)
+- C++ compiler (g++, clang++, or any standard C++ compiler)
+- C++98 or later standard support
## Compilation