Towers of Hanoi... in Lua An exercise to try out Lua. To run the code with (say) 4 discs: hanoi = require('hanoi') ; hanoi.printSolution(4) To run the unit tests: lua hanoi-tests.lua -v