blob: 0edb995cea4d1bf903825fc1ab9c05170755c0a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Hello World C++ Program
A simple C++ program that prints "Hello World" to the console.
## Requirements
- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation
To compile the program, run one of the following commands:
### Using g++:
|