summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 09:56:32 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 09:56:32 +0000
commit2548cda9a3e37155b77cd08acd9f8ca5310d2a2a (patch)
tree4f1ca4550c2f75e09be87cc7ea54afe5a176de74
parent3709fd21779d4d55b6daad5d5100aacbfd6354e6 (diff)
feat: hello world [kanban #1]
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1f480ca..1411330 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 prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output.
+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 any standard C++ compiler)
+- C++11 or later (though this simple program will work with older standards)
## Compilation