summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:03:48 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:03:48 +0000
commit33a9efec4d3ab65932b991dde8187c75f9e75e30 (patch)
treeca1385e25c1d12ffc998b552ae1b80bc5592e167 /README.md
parent7c079e4918b74dac19e6a47913c609ae7aba158f (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0da741c..91c53d5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,14 @@
-# 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 minimal code needed to output text to the console. It serves as a starting point for learning C++ programming.
## Requirements
-- C++ compiler (g++, clang++, or any C++ standard compliant compiler)
-- C++11 or later (though this simple program works with earlier standards)
+- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation