diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:59:12 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:59:12 +0000 |
| commit | cac337cc287606ac579859f0b03f4a0d3a0c33fe (patch) | |
| tree | 987bdbdd0c85154a0811e62b7484e7beeeec1d7f | |
| parent | 93407ade3a5bd1d981a4176fbadef353035be845 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,18 +1,17 @@ -# Hello World in C++ +# Hello World C++ Program A simple Hello World program written in C++. ## Description -This is a basic C++ program that demonstrates the classic "Hello World" example. It prints "Hello World" to the console and exits. +This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. The program prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++98 or later standard +- C++ compiler (g++, clang++, or any C++ compiler that supports C++11 or later) ## Compilation To compile the program, use one of the following commands: -### Using g++ +### Using g++: |
