summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f68c485..d7bd914 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
# Hello World C++ Program
-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 demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming.
+This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output.
## Requirements
-- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+- A 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++: