Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Redent0r committed Oct 13, 2017
1 parent 5f9a77e commit 5fa4640
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# hanoi

A c++ 11 hanoi simulator. Also my first git/github project

## Getting started

git clone https://github.com/Redent0r/hanoi.git

### Prerequisites

- g++

### Installing and running

- clone repo
- configure number of disks in main.cpp
- make
- ./hanoi.x

## Authors

* **Saul Paredes**

0 comments on commit 5fa4640

Please sign in to comment.