diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:58:31 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:58:31 +0000 |
| commit | 941c56fa923828ad2cd50e44d9d7230720ae3a42 (patch) | |
| tree | b79c28f1e6c5e65f3e56f59f7a9db51c2f1c7a38 | |
| parent | 998313710498cb87103c0fdbbfae63a6225936f1 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,10 +1,6 @@ -# Hello World in C++ +# 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 a main function and standard output. +A simple C++ program that prints "Hello World" to the console. ## Requirements @@ -14,4 +10,4 @@ This is a basic C++ program that prints "Hello World" to the console. It demonst To compile the program, use one of the following commands: -### Using g++: +### Using g++ |
