diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:59:34 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:59:34 +0000 |
| commit | 8b39f5718b414d9dab03795b6bec402bd06d1ee0 (patch) | |
| tree | 5074793a0e43076b148483035cc3150ef2c5e0d7 | |
| parent | cac337cc287606ac579859f0b03f4a0d3a0c33fe (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,17 +1,17 @@ -# Hello World C++ Program +# Hello World in C++ -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. The program prints "Hello World" to the console and exits. +This is a basic C++ program that demonstrates the minimal code needed to output text to the console. It serves as a starting point for learning C++ programming. ## Requirements -- C++ compiler (g++, clang++, or any C++ compiler that supports C++11 or later) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation To compile the program, use one of the following commands: -### Using g++: +### Using g++ |
