mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-26 16:33:56 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
|
Towers of Hanoi puzzle.
|
|
|
|
You must transfer the disks from the left to the right
|
|
tower, one at a time, never putting a larger dish on a
|
|
smaller disk.
|