diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,10 +1,6 @@ -# Hello World in C++ +# Hello World C++ Program -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. +A simple C++ program that prints "Hello World" to the console. ## Requirements @@ -14,4 +10,4 @@ This is a basic C++ program that demonstrates the minimal code needed to output To compile the program, use one of the following commands: -### Using g++: +### Using g++ |
