Sandbox

From D Wiki
Revision as of 13:35, 24 February 2013 by Vladimir Panteleev (talk | contribs) (test)
Jump to: navigation, search

Hello, world!

import std.stdio;

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

Template:Fake heading: Hello there!

test