diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:55:05 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:55:05 +0000 |
| commit | 8ff607622b7f51b456a58e690ea244b9eb3281db (patch) | |
| tree | 16fdd6e942157fe7b9158f5b2d70fb8cc1111a54 /README.md | |
| parent | 7309e105981e3f9af0c3b1117243f24e716b5bd9 (diff) | |
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,10 +1,6 @@ # Hello World C++ Program -A simple Hello World program written in C++. - -## Description - -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. +A simple C++ program that prints "Hello World" to the console. ## Requirements @@ -12,6 +8,6 @@ This is a basic C++ program that prints "Hello World" to the console. It demonst ## Compilation -To compile the program, use one of the following commands: +To compile the program, run one of the following commands: ### Using g++: |
