diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:01:11 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:01:11 +0000 |
| commit | a169347de8a8101fc898af009f7b1e077ab14727 (patch) | |
| tree | c6ba7f9dad4aeb1bad2414ca04f563d92be14111 | |
| parent | b86580367bc3e621a1b3c4dd4bbd7ceb1836d8cc (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,17 +1,17 @@ # Hello World C++ Program -A simple C++ program that prints "Hello World" to the console. +A simple Hello World program written in C++. ## Description -This is a basic C++ program demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming. +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. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- A 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++: |
