diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:58:52 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:58:52 +0000 |
| commit | 93407ade3a5bd1d981a4176fbadef353035be845 (patch) | |
| tree | 020ba83e6fed35d1390cbd00bad10c784441d3df /README.md | |
| parent | 941c56fa923828ad2cd50e44d9d7230720ae3a42 (diff) | |
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,10 +1,15 @@ -# 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 demonstrates the classic "Hello World" example. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or any C++ standard compliant compiler) +- C++98 or later standard ## Compilation |
