diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:05:39 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:05:39 +0000 |
| commit | f86c7e8505895363af6034d672fc8fb20d612f5c (patch) | |
| tree | 4d75a7bb8f95460e9e112d52f20fbe21c9b8cb53 /README.md | |
| parent | 106e8579742737da478dc6791c47d295a652560d (diff) | |
feat: hello world [kanban #1]
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,18 +1,18 @@ -# 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 minimal C++ program demonstrating the basic structure of a C++ application. It includes the standard iostream library and uses `std::cout` to output text to the console. +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 and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard-compliant compiler) -- C++11 or later (though this simple program will work with older standards) +- A C++ compiler (g++, clang++, or MSVC) +- C++11 or later (though this simple program works with earlier standards) ## Compilation -To compile the program, use any of the following commands: +To compile the program, use one of the following commands: ### Using g++ |
