diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:57:47 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:57:47 +0000 |
| commit | 805b87603f8c39f62098226debc3ad555e346c63 (patch) | |
| tree | a4544ab97f5a311aa58e96dc120989e08edc1529 | |
| parent | 60e6031d00f37513642c0fbd15920ad5335255c2 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,16 +1,17 @@ # Hello World C++ Program -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 demonstrating the minimal structure needed for a working C++ application. It uses the iostream library to output text to the standard output stream. +This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. It prints "Hello World" to the console. ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program will work with older standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation -### Using g++ +To compile the program, use one of the following commands: + +### Using g++: |
