diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:56:10 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:56:10 +0000 |
| commit | 3709fd21779d4d55b6daad5d5100aacbfd6354e6 (patch) | |
| tree | 86b5a72a273d13668f30c1f264a16321fdb1e1d2 | |
| parent | f474fd44b208c7260c47af5a2a9264e43178cb04 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,14 +1,17 @@ -# Hello World C++ Program +# Hello World in C++ -A simple C++ program that prints "Hello World" to the console. +A simple Hello World program written in C++. + +## Description + +This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output. ## Requirements -- C++ compiler (g++, clang++, or any standard C++ compiler) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation To compile the program, use one of the following commands: -### Using g++: +### Using g++ |
