blob: f68c48578654048944b64fbe1c986ed249e92133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Hello World C++ Program
A simple C++ program that prints "Hello World" to the console.
## Description
This is a basic C++ program demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming.
## Requirements
- C++ compiler (g++, clang++, or any C++11 compatible compiler)
## Compilation
To compile the program, use one of the following commands:
### Using g++
|