From d7ea7df9855f6c2034ea7bae67ea9fdd7dfd74e5 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:00:20 +0000 Subject: feat: hello world [kanban #1] --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5743bea..9d9eec2 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 structure needed to create a working C++ application. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program works with older standards too) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation -- cgit v1.2.3