Align columns: Difference between revisions

Content deleted Content added
→‎{{header|D}}: add implementation
→‎{{header|D}}: Actually, it seems to be incomplete
Line 552:
 
=={{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>
import std.stdio;