Difference between revisions of "Sandbox"
(test) |
|||
Line 11: | Line 11: | ||
{{fake heading: Hello there!}} | {{fake heading: Hello there!}} | ||
− | + | [http://forum.dlang.org/post/stxxtfwfrwllkcpunhue@forum.dlang.org test] | |
− | |||
− |
Revision as of 13:35, 24 February 2013
Hello, world!
import std.stdio;
int main(string[] args)
{
writeln("Hello, world!");
return 0;
}