summaryrefslogtreecommitdiff
path: root/README.md
blob: 69ffed63d27cf25a51183adb9d07de262ead784b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Hello World in C++

A simple Hello World program written in C++.

## Description

This is a basic C++ program that demonstrates the classic "Hello World" example. It prints "Hello World" to the console and exits.

## Requirements

- C++ compiler (g++, clang++, or any C++ standard compliant compiler)
- C++98 or later standard

## Compilation

To compile the program, use one of the following commands:

### Using g++