15 puzzle solver: Difference between revisions

(add task to aarch64 assembly raspberry pi)
Line 2,039:
</pre>
 
=={{header|C}}==
===Original===
<lang C>
printf("hello")
</lang>
=={{header|C++}}==
[http://www.rosettacode.org/wiki/15_puzzle_solver/20_Random see] for an analysis of 20 randomly generated 15 puzzles solved with this solver.
Anonymous user