summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 37859e9..0edb995 100644
--- a/README.md
+++ b/README.md
@@ -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++: