diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,11 +1,14 @@ -# 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 minimal code needed to output text to the console. It serves as a starting point for learning C++ programming. ## Requirements -- C++ compiler (g++, clang++, or any C++ standard compliant compiler) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation |
