Solve a Hopido puzzle: Difference between revisions

Content added Content deleted
(→‎{{header|Java}}: added Java)
m (→‎{{header|REXX}}: added a comment to the REXX section header.)
Line 795: Line 795:
=={{header|REXX}}==
=={{header|REXX}}==
This REXX program is a slightly modified version of the REXX   '''Hidato'''   program.
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. */
<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.*/
call time 'Reset' /*reset the REXX elapsed timer to zero.*/