summaryrefslogtreecommitdiff
path: root/README.md
blob: 7f1beb48dab8f79da3a5c26dada4ff374d66b647 (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++11 or later (though this simple program works with older standards too)

## Compilation

To compile the program, use the following command: