15 puzzle solver: Difference between revisions

Content added Content deleted
Line 7,439: Line 7,439:
{{trans|Go}}
{{trans|Go}}
<lang PowerBASIC>
<lang PowerBASIC>
' Note: This is my first contribution; I know that PowerBASIC should be before Python, but I was not able to insert it properly;
' Note: This is my first contribution; I've some trouble inserting it properly.
' The language after my insertion appears "appended" to my source and I don't understand why.
' Python source always appears as a subsection of my source.
' Tried before Python, then before Racket, same problem.
' I think it depends by the header, (=== instead of ==) at the beginning of Python source, but I'm not sure.
' Maybe some termination of my contribution is missed ...
' Someone can help and move this source in the correct place? In the case, remove this comment. Thanks.
' Someone can help and move this source in the correct place? In the case, remove this comment. Thanks.
'
'
Line 7,911: Line 7,912:
'call fifteenSolver(&h0c9dfbae37254861, 1000)
'call fifteenSolver(&h0c9dfbae37254861, 1000)
end function
end function

=={{header|Racket}}==
=={{header|Racket}}==
<lang Racket>
<lang Racket>