From 33a9efec4d3ab65932b991dde8187c75f9e75e30 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:03:48 +0000 Subject: feat: hello world [kanban #1] --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0da741c..91c53d5 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 code needed to output text to the console. It serves as a starting point for learning C++ programming. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation -- cgit v1.2.3