From 4fb893b63713f60770df9a046fc3685494fe3014 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:03:05 +0000 Subject: feat: hello world [kanban #1] --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 183b0fa..480c13f 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,12 @@ A simple C++ program that prints "Hello World" to the console. -## Description - -This is a basic C++ program demonstrating the minimal structure needed for a working C++ application. It uses the standard iostream library to output text to the console. - ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++ standard compliant compiler) +- C++98 or later standard support ## Compilation -To compile the program, use any of the following commands: +To compile the program, use the following command: -### Using g++ -- cgit v1.2.3