diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
