diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:54:46 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:54:46 +0000 |
| commit | 7309e105981e3f9af0c3b1117243f24e716b5bd9 (patch) | |
| tree | 995bc80dd86e5e9a89ed52fe744a485ccb52e694 | |
| parent | 8c18f73eb3611bef865f611c3526d0f746481ffc (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -# Hello World in C++ +# Hello World C++ Program -A simple "Hello World" program written in C++. +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 when executed. +This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with the main function and standard output. ## Requirements |
