diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:05 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:05 +0000 |
| commit | 4fb893b63713f60770df9a046fc3685494fe3014 (patch) | |
| tree | 3431f74df47aecf1708cb33783f7dd0ec68ac788 | |
| parent | b552ba2ad92e3181d08ae581ca62fc12a3804758 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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++ |
