diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,15 +1,14 @@ # Hello World in C++ -A simple Hello World program written in C++. +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. It prints "Hello World" to the console and exits. +This is a basic C++ program that demonstrates the minimal code needed to print "Hello World" to the console. It serves as a starting point for learning C++ programming. ## Requirements -- A C++ compiler (g++, clang++, or MSVC) -- C++11 or later (though this simple program works with earlier standards) +- C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation |
