summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdmin Panel <admin-panel@swave.lol>2026-03-08 10:01:11 +0000
committerAdmin Panel <admin-panel@swave.lol>2026-03-08 10:01:11 +0000
commita169347de8a8101fc898af009f7b1e077ab14727 (patch)
treec6ba7f9dad4aeb1bad2414ca04f563d92be14111 /README.md
parentb86580367bc3e621a1b3c4dd4bbd7ceb1836d8cc (diff)
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f68c485..d7bd914 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
# Hello World C++ Program
-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 demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming.
+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.
## Requirements
-- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+- A C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation
To compile the program, use one of the following commands:
-### Using g++
+### Using g++: