Tower_of_Hanoi A program for Tower of Hanoi in C++ Goal: Move the disk stack from the first peg to the last peg Rules: You can only move one disk at a time You cannot place a larger disk on top of a smaller disk