summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index efe1e13..aa8bea3 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ A simple "Hello World" program written in C++.
## Description
-This is a basic C++ program that demonstrates the minimal structure needed to create a working C++ application. The program outputs "Hello World" to the console and exits.
+This is a basic C++ program that demonstrates the fundamental structure of a C++ application. It prints "Hello World" to the console when executed.
## Requirements
-- C++ compiler (g++, clang++, or MSVC)
-- C++11 or later standard (though this simple program works with earlier standards)
+- C++ compiler (g++, clang++, or any standard C++ compiler)
+- C++98 or later standard support
## Compilation