RCRPG/D: Difference between revisions

Content added Content deleted
(added D)
 
(→‎Code: translation template)
Line 4: Line 4:


==Code==
==Code==
{{trans|Python}}
<lang d>import std.stdio, std.typecons, std.random, std.string, std.conv,
<lang d>import std.stdio, std.typecons, std.random, std.string, std.conv,
std.array, std.range, std.algorithm, std.traits, std.typetuple;
std.array, std.range, std.algorithm, std.traits, std.typetuple;