From 8b39f5718b414d9dab03795b6bec402bd06d1ee0 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:59:34 +0000 Subject: feat: hello world [kanban #1] --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9909b48..96234f4 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# Hello World C++ Program +# Hello World in C++ -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. The program prints "Hello World" to the console and exits. +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++ compiler that supports C++11 or later) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation To compile the program, use one of the following commands: -### Using g++: +### Using g++ -- cgit v1.2.3