Best shuffle: Difference between revisions

Content added Content deleted
m (→‎{{header|D}}: try again)
Line 632: Line 632:
=={{header|D}}==
=={{header|D}}==
{{works with|D|2}}
{{works with|D|2}}
Translation of [[Best_shuffle#Icon|Icon]] via [[Best_shuffle#AWK|AWK]]
Translation of [[Best_shuffle#Icon_and_Unicon|Icon]] via [[Best_shuffle#AWK|AWK]]
<lang d>import std.stdio, std.random, std.algorithm, std.conv, std.range, std.typecons;
<lang d>import std.stdio, std.random, std.algorithm, std.conv, std.range, std.typecons;