Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 297 Bytes

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