Solve a Hopido puzzle: Difference between revisions

m
Line 833:
=={{header|Julia}}==
Uses the Hopido puzzle solver module, which has its source code listed [[Solve_a_Hidato_puzzle#Julia | here]] in the Hopido task.
<lang julia>using .Hopido # Note that the . here means to look locally for the module rather than in the libraries
const hopidomoves = [[-3, 0], [0, -3], [-2, -2], [-2, 2], [2, -2], [0, 3], [3, 0], [2, 2]]
 
4,105

edits