diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,10 +4,11 @@ A simple C++ program that prints "Hello World" to the console. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- C++ compiler (g++, clang++, or similar) +- C++11 or later (though this simple program works with earlier standards) ## Compilation -To compile the program, run one of the following commands: +To compile the program, use one of the following commands: ### Using g++: |
