summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:06:25 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:06:25 +0000
commitdf3e3825cc143c6082efd59dfd38a014a0cd8a84 (patch)
treef8ea475b033b127b7a2d9aaffe6d532ab34e036d
parent0dacef63fa8bd0a9f2f077778d873e32b2941e45 (diff)
feat: hello world [kanban #1]kanban/task-1
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 920fa57..7f1beb4 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,13 @@
-# Hello World in C++
+# Hello World C++ Program
-A simple "Hello World" program written in C++.
-
-## Description
-
-This is a basic C++ program that demonstrates the minimal code needed to print "Hello World" to the console. It serves as a starting point for learning C++ programming.
+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 any C++ standard compliant compiler)
+- C++11 or later (though this simple program works with older standards too)
## Compilation
-To compile the program, use one of the following commands:
+To compile the program, use the following command:
-### Using g++