Towers of Hanoi: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.)
Line 1:
{{task|Classic CS problems and programs}}[[Category:Recursion]][[Category:Games]]
[[Category:Recursion]]
In this task, the goal is to solve the [[wp:Towers_of_Hanoi|Towers of Hanoi]] problem with recursion.
[[Category:Games]]
 
;Task:
In this task,Solve the goal is to solve the  [[wp:Towers_of_Hanoi|Towers of Hanoi]]   problem with recursion.
<br><br>
 
=={{header|360 Assembly}}==