summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:05 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:55:05 +0000
commit8ff607622b7f51b456a58e690ea244b9eb3281db (patch)
tree16fdd6e942157fe7b9158f5b2d70fb8cc1111a54
parent7309e105981e3f9af0c3b1117243f24e716b5bd9 (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 37859e9..0edb995 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
# Hello World C++ Program
-A simple Hello World program written in C++.
-
-## Description
-
-This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with the main function and standard output.
+A simple C++ program that prints "Hello World" to the console.
## Requirements
@@ -12,6 +8,6 @@ This is a basic C++ program that prints "Hello World" to the console. It demonst
## Compilation
-To compile the program, use one of the following commands:
+To compile the program, run one of the following commands:
### Using g++: