summaryrefslogtreecommitdiff
path: root/README.md
blob: 480c13fc2d0b1beac9cefe9cfbbf9886215e923d (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++ standard compliant compiler)
- C++98 or later standard support

## Compilation

To compile the program, use the following command: