diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:48 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:03:48 +0000 |
| commit | 33a9efec4d3ab65932b991dde8187c75f9e75e30 (patch) | |
| tree | ca1385e25c1d12ffc998b552ae1b80bc5592e167 | |
| parent | 7c079e4918b74dac19e6a47913c609ae7aba158f (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,11 +1,14 @@ -# 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 minimal code needed to output text to the console. It serves as a starting point for learning C++ programming. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation |
