/alura-cpp-hangman-game

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Alura's Hangman Game - C++

Table of Contents

About

Alura's C++ exercise - Lesson 2

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

check g++ version

g++ --version

Usage

Compile your program

g++ ./main.cpp -o ./main.out

Then run it, using

./main.out