From 7c079e4918b74dac19e6a47913c609ae7aba158f Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:03:26 +0000 Subject: feat: hello world [kanban #1] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 480c13f..0da741c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ A simple C++ program that prints "Hello World" to the console. ## Requirements - C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++98 or later standard support +- C++11 or later (though this simple program works with earlier standards) ## Compilation -To compile the program, use the following command: +To compile the program, use one of the following commands: +### Using g++: -- cgit v1.2.3