diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,10 +1,6 @@ # Hello World C++ Program -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 the main function and standard output. +A simple C++ program that prints "Hello World" to the console. ## Requirements @@ -12,6 +8,6 @@ This is a basic C++ program that prints "Hello World" to the console. It demonst ## Compilation -To compile the program, use one of the following commands: +To compile the program, run one of the following commands: ### Using g++: |
