blob: 1ee3e28115a3820ec73a06284c7515c23b773510 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Hello World C++
A simple Hello World program written in C++.
## Description
This is a basic C++ program that demonstrates the classic "Hello World" output. It serves as a minimal example of a working C++ program.
## Requirements
- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation
To compile the program, use one of the following commands:
### Using g++:
|