summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:56:10 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:56:10 +0000
commit3709fd21779d4d55b6daad5d5100aacbfd6354e6 (patch)
tree86b5a72a273d13668f30c1f264a16321fdb1e1d2 /README.md
parentf474fd44b208c7260c47af5a2a9264e43178cb04 (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 ed2e6ea..1f480ca 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,17 @@
-# Hello World C++ Program
+# Hello World in 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 prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output.
## Requirements
-- C++ compiler (g++, clang++, or any standard C++ compiler)
-- C++11 or later (though this simple program works with earlier 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++