diff options
| -rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,14 +1,17 @@ -# Hello World C++ Program +# Hello World 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" output. It serves as a minimal example of a working C++ program. ## Requirements -- C++ compiler (g++, clang++, or any standard C++ compiler) -- C++11 or later (though this simple program will work with older standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation To compile the program, use one of the following commands: -### Using g++ +### Using g++: |
