From cac337cc287606ac579859f0b03f4a0d3a0c33fe Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:59:12 +0000 Subject: feat: hello world [kanban #1] --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69ffed6..9909b48 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -# Hello World in C++ +# Hello World C++ Program 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. +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. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++98 or later standard +- C++ compiler (g++, clang++, or any C++ compiler that supports C++11 or later) ## Compilation To compile the program, use one of the following commands: -### Using g++ +### Using g++: -- cgit v1.2.3