diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:02:21 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:02:21 +0000 |
| commit | c7f30e3538ae1e86b5b42d03b65e034adae3c97d (patch) | |
| tree | 7bb1e413072ebd070be3cbab5d34b50e562ae52a | |
| parent | d13aedf4405e1900bfdc436069184c8d0008016b (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
