diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:01:36 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 10:01:36 +0000 |
| commit | 303f65bd3633a716fc100c1185717b071388adb4 (patch) | |
| tree | 2f988bcafb970c6b9aea432a692dd22ee6e6f6dd | |
| parent | a169347de8a8101fc898af009f7b1e077ab14727 (diff) | |
feat: hello world [kanban #1]
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,14 +1,15 @@ -# Hello World C++ Program +# Hello World in C++ 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. +This is a basic C++ program that demonstrates the minimal code required to print "Hello World" to the console. It's a traditional first program for learning a new programming language. ## Requirements -- A C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or MSVC) +- C++11 or later (though this simple program works with earlier standards) ## Compilation |
