Jump to content

Solve a Holy Knight's tour: Difference between revisions

m
Line 2,455:
 
=={{header|Julia}}==
# Uses the Hidato puzzle solver module, which has its source code listed [[Solve_a_Hidato_puzzle#Julia | here]] in the Hadato task.
<lang julia>using .Hidato # Note that the . here means to look locally for the module rather than in the libraries
 
Line 2,493:
12 35 28
</pre>
 
 
=={{header|Kotlin}}==
4,108

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.