summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:06:04 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:06:04 +0000
commit0dacef63fa8bd0a9f2f077778d873e32b2941e45 (patch)
tree8b5c7bf48d1b2bfb881fe6c8035b775332e5f817
parentf86c7e8505895363af6034d672fc8fb20d612f5c (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3bfa422..920fa57 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
# Hello World in C++
-A simple Hello World program written in C++.
+A simple "Hello World" program written in C++.
## Description
-This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. It prints "Hello World" to the console and exits.
+This is a basic C++ program that demonstrates the minimal code needed to print "Hello World" to the console. It serves as a starting point for learning C++ programming.
## Requirements
-- A C++ compiler (g++, clang++, or MSVC)
-- C++11 or later (though this simple program works with earlier standards)
+- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation