Jump to content

RCRPG/D: Difference between revisions

m
Fixed syntax highlighting.
(Updated D entry)
m (Fixed syntax highlighting.)
Line 3:
[[D]] version of [[:Category:RCRPG|RCRPG]], with very basic input validation.
 
===Code===
{{trans|Python}}
<langsyntaxhighlight lang="d">import std.stdio, std.typecons, std.random, std.string, std.conv,
std.array, std.range, std.algorithm, std.traits, std.typetuple;
 
Line 264:
}
 
writeln("Thanks for playing!");}</syntaxhighlight>
}</lang>
9,483

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.