Solve triangle solitaire puzzle: Difference between revisions

Line 365:
 
=={{header|EasyLang}}==
<lang>global nc brd$[] solution$ .
#
func init . .
Line 410:
res = 0
if solved = 1 or n_tees = 1
printsolution$ = str_join brd$[] & solution$
res = 1
.
.
call solve res
print solution$
#
input_data
2,054

edits