summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:58:52 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:58:52 +0000
commit93407ade3a5bd1d981a4176fbadef353035be845 (patch)
tree020ba83e6fed35d1390cbd00bad10c784441d3df /README.md
parent941c56fa923828ad2cd50e44d9d7230720ae3a42 (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 350af6b..69ffed6 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,15 @@
-# 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 demonstrates the classic "Hello World" example. It prints "Hello World" to the console and exits.
## Requirements
-- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+- C++ compiler (g++, clang++, or any C++ standard compliant compiler)
+- C++98 or later standard
## Compilation