From c7f30e3538ae1e86b5b42d03b65e034adae3c97d Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:02:21 +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 efe1e13..aa8bea3 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 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 outputs "Hello World" to the console and exits. +This is a basic C++ program that demonstrates the fundamental structure of a C++ application. It prints "Hello World" to the console when executed. ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later standard (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any standard C++ compiler) +- C++98 or later standard support ## Compilation -- cgit v1.2.3