From 5a92d7d5396a8a5789f4fc422c80831823082819 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 09:55:28 +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 0edb995..3e81eec 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ A simple C++ program that prints "Hello World" to the console. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or similar) +- C++11 or later (though this simple program works with earlier standards) ## Compilation -To compile the program, run one of the following commands: +To compile the program, use one of the following commands: ### Using g++: -- cgit v1.2.3