summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:00:49 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:00:49 +0000
commitb86580367bc3e621a1b3c4dd4bbd7ceb1836d8cc (patch)
tree4df57e3489e37a13642c1496aaded5e2b946c967
parentd7ea7df9855f6c2034ea7bae67ea9fdd7dfd74e5 (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 9d9eec2..f68c485 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Hello World in C++
+# Hello World C++ Program
-A simple "Hello World" program written in C++.
+A simple C++ program that prints "Hello World" to the console.
## Description
-This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. It prints "Hello World" to the console and exits.
+This is a basic C++ program demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming.
## Requirements