diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:54:22 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:54:22 +0000 |
| commit | 8c18f73eb3611bef865f611c3526d0f746481ffc (patch) | |
| tree | 5ad813d253594a7d3e3b4c0f4e001d8e4debb16a /README.md | |
| parent | 02877e2feb18f3c2f020944d307af867072d8f30 (diff) | |
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -1,20 +1,17 @@ -# Hello World C++ Program +# Hello World in C++ -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 structure needed for a working C++ application. It showcases: -- Including the iostream header for input/output operations -- The main function as the program entry point -- Using `std::cout` for console output -- Proper program termination with return code 0 +This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. It prints "Hello World" to the console when executed. ## Requirements -- C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation -### Using g++ (Linux/macOS/Windows with MinGW) +To compile the program, use one of the following commands: + +### Using g++: |
