Balanced brackets: Difference between revisions

Content added Content deleted
(→‎{{header|D}}: Marked incomplete as strings are not generated)
Line 10: Line 10:


=={{header|D}}==
=={{header|D}}==
{{incomplete|D|Strings are not generated.}}
<lang d>import std.stdio, std.algorithm, std.string;
<lang d>import std.stdio, std.algorithm, std.string;