summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:58:09 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:58:09 +0000
commit998313710498cb87103c0fdbbfae63a6225936f1 (patch)
tree32d21cba5c74177472e8b2614b2684c77cc7d679
parent805b87603f8c39f62098226debc3ad555e346c63 (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 0a4f040..5a9a25a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Hello World C++ Program
+# Hello World in C++
-A simple "Hello World" program written in C++.
+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. It prints "Hello World" to the console.
+This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output.
## Requirements