diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:53:36 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:53:36 +0000 |
| commit | 60c2c486f29dc11cbcb5fae3cacc9e6b52057c68 (patch) | |
| tree | 937f3eb81afe7af1d7d9721a050c1fcd27391ed4 | |
| parent | eae59f72f55b2903d9cc9c7f97854999977dfb6e (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Hello World C++ Program -A simple C++ program that prints "Hello World" to the console. +A simple C++ program that outputs "Hello World" to the console. ## Requirements @@ -10,4 +10,4 @@ A simple C++ program that prints "Hello World" to the console. To compile the program, use one of the following commands: -### Using g++ +### Using g++: |
