Towers of Hanoi: Difference between revisions

m
and again?
m (Another test...)
m (and again?)
Line 419:
 
=={{header|Modula-3}}==
<pre>
<source lang="modula3">
MODULE Hanoi EXPORTS Main;
 
Line 437:
doHanoi(4, 1, 2, 3);
END Hanoi.
</sourcepre>
 
=={{header|OCaml}}==
Anonymous user