Towers of Hanoi: Difference between revisions

Content added Content deleted
No edit summary
Line 74: Line 74:
end hanoi</lang>
end hanoi</lang>


=={{header|AutoHotKey}}==
=={{header|AutoHotkey}}==
<lang AutoHotKey>
<lang AutoHotkey>
move(n, from, to, via)
move(n, from, to, via)
{
{