diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:04:53 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:04:53 +0000 |
| commit | 7a76b3a13e2585633376e0b8bba856e3203eef51 (patch) | |
| tree | d9ad289b216a38a2d2a0935788a6a7e6ceaf4d47 | |
| parent | 8b29c533c3fdbdca2c4210ac3751f43b313f2b30 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ # 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 that demonstrates the fundamental structure of a C++ application. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- A C++ compiler (g++, clang++, or MSVC) +- C++11 or later (though this simple program works with older standards) ## Compilation -To compile the program, run: +To compile the program, use one of the following commands: +### Using g++: |
