diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,10 +1,15 @@ -# 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 that demonstrates the classic "Hello World" example. It prints "Hello World" to the console and exits. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or any C++ standard compliant compiler) +- C++98 or later standard ## Compilation |
