Difference between revisions of "Sandbox"

From D Wiki
Jump to: navigation, search
Line 8: Line 8:
 
     return 0;
 
     return 0;
 
}</syntaxhighlight>
 
}</syntaxhighlight>
 +
 +
{{fake heading: Hello there!}}

Revision as of 11:28, 24 November 2012

Hello, world!

import std.stdio;

int main(string[] args)
{
    writeln("Hello, world!");
    return 0;
}

Template:Fake heading: Hello there!