diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -# Hello World C++ Program +# 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. +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 |
