From 93407ade3a5bd1d981a4176fbadef353035be845 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:58:52 +0000 Subject: feat: hello world [kanban #1] --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 350af6b..69ffed6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ -# 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 classic "Hello World" example. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or any C++ standard compliant compiler) +- C++98 or later standard ## Compilation -- cgit v1.2.3