Best shuffle: Difference between revisions

Content added Content deleted
(add task to aarch64 assembly raspberry pi)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 5,260: Line 5,260:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascript">import "random" for Random
<syntaxhighlight lang="wren">import "random" for Random


class BestShuffle {
class BestShuffle {
Line 5,313: Line 5,313:
a, a, (1)
a, a, (1)
</pre>
</pre>

=={{header|XPL0}}==
=={{header|XPL0}}==
<syntaxhighlight lang="xpl0">include c:\cxpl\codes; \'code' declarations
<syntaxhighlight lang="xpl0">include c:\cxpl\codes; \'code' declarations