Solve a Hopido puzzle: Difference between revisions

m
→‎{{header|REXX}}: added a comment to the REXX section header.
(→‎{{header|Java}}: added Java)
m (→‎{{header|REXX}}: added a comment to the REXX section header.)
Line 795:
=={{header|REXX}}==
This REXX program is a slightly modified version of the REXX   '''Hidato'''   program.
 
No particular effort was made to reduce the elapsed time in solving the puzzle.
<lang rexx>/*REXX program solves a Hopido puzzle, it also displays the puzzle and the solution. */
call time 'Reset' /*reset the REXX elapsed timer to zero.*/