Towers of Hanoi: Difference between revisions

Content added Content deleted
Line 2,127:
 
=={{header|Objeck}}==
<lang objeck>class Hanoi {
class Hanoi {
function : Main(args : String[]) ~ Nil {
Move(4, 1, 2, 3);
}