Align columns: Difference between revisions

Content added Content deleted
(→‎{{header|D}}: add implementation)
(→‎{{header|D}}: Actually, it seems to be incomplete)
Line 552: Line 552:


=={{header|D}}==
=={{header|D}}==
{{incorrect|D|(Actually, it is '''incomplete'''). This seems as if it might generate a correct left justified output , but right and center justification, (and maybe sample output), are missing.}}

<lang d>
<lang d>
import std.stdio;
import std.stdio;