From 8ff607622b7f51b456a58e690ea244b9eb3281db Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:55:05 +0000 Subject: feat: hello world [kanban #1] --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37859e9..0edb995 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # Hello World C++ Program -A simple Hello World program written in C++. - -## Description - -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. +A simple C++ program that prints "Hello World" to the console. ## Requirements @@ -12,6 +8,6 @@ This is a basic C++ program that prints "Hello World" to the console. It demonst ## Compilation -To compile the program, use one of the following commands: +To compile the program, run one of the following commands: ### Using g++: -- cgit v1.2.3