summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:57:01 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:57:01 +0000
commit7dc92bbb464de42508b5198272a3002c733599a2 (patch)
treebbc40ec0ecc759d001c844175d2f90504d3b8d27 /README.md
parent2548cda9a3e37155b77cd08acd9f8ca5310d2a2a (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1411330..1ee3e28 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,17 @@
-# Hello World C++ Program
+# Hello World C++
-A simple C++ program that prints "Hello World" to the console.
+A simple Hello World program written in C++.
+
+## Description
+
+This is a basic C++ program that demonstrates the classic "Hello World" output. It serves as a minimal example of a working C++ program.
## Requirements
-- C++ compiler (g++, clang++, or any standard C++ compiler)
-- C++11 or later (though this simple program will work with older standards)
+- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation
To compile the program, use one of the following commands:
-### Using g++
+### Using g++: