summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:53:36 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:53:36 +0000
commit60c2c486f29dc11cbcb5fae3cacc9e6b52057c68 (patch)
tree937f3eb81afe7af1d7d9721a050c1fcd27391ed4
parenteae59f72f55b2903d9cc9c7f97854999977dfb6e (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 350af6b..de858db 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hello World C++ Program
-A simple C++ program that prints "Hello World" to the console.
+A simple C++ program that outputs "Hello World" to the console.
## Requirements
@@ -10,4 +10,4 @@ A simple C++ program that prints "Hello World" to the console.
To compile the program, use one of the following commands:
-### Using g++
+### Using g++: