From 7309e105981e3f9af0c3b1117243f24e716b5bd9 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:54:46 +0000 Subject: feat: hello world [kanban #1] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b97d3a..37859e9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Hello World in C++ +# Hello World C++ Program -A simple "Hello World" program written in C++. +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 when executed. +This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with the main function and standard output. ## Requirements -- cgit v1.2.3