summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:04:09 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:04:09 +0000
commit166d04533f6e2b3a79920ff7918e8a86971047c3 (patch)
treeb79c28f1e6c5e65f3e56f59f7a9db51c2f1c7a38 /README.md
parent33a9efec4d3ab65932b991dde8187c75f9e75e30 (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 91c53d5..350af6b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
-# 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 output text 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
@@ -14,4 +10,4 @@ This is a basic C++ program that demonstrates the minimal code needed to output
To compile the program, use one of the following commands:
-### Using g++:
+### Using g++