Difference between revisions of "Sandbox"
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;
}