summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:59:56 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:59:56 +0000
commit7776930c97d2ea01133f911366ce45ab562dcd51 (patch)
tree6820c6d14d21306538c12b0c538b5f4486477ecc /README.md
parent8b39f5718b414d9dab03795b6bec402bd06d1ee0 (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 96234f4..5743bea 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,11 @@
-# Hello World in C++
+# Hello World C++ Program
-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.
+A simple C++ program that prints "Hello World" to the console.
## Requirements
-- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+- C++ compiler (g++, clang++, or MSVC)
+- C++11 or later (though this simple program works with older standards too)
## Compilation