diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:00:20 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:00:20 +0000 |
| commit | d7ea7df9855f6c2034ea7bae67ea9fdd7dfd74e5 (patch) | |
| tree | 19fdcd20a792a74120f0cfd4acd68b27dc6b7cc2 /README.md | |
| parent | 7776930c97d2ea01133f911366ce45ab562dcd51 (diff) | |
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
| -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 structure needed to create a working C++ application. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program works with older standards too) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation |
