Difference between revisions of "Sandbox"
Line 1: | Line 1: | ||
==Hello, world!== | ==Hello, world!== | ||
+ | |||
+ | {{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}} | ||
<syntaxhighlight lang="D">import std.stdio; | <syntaxhighlight lang="D">import std.stdio; |
Revision as of 14:07, 22 November 2012
Hello, world!
import std.stdio;
int main(string[] args)
{
writeln("Hello, world!");
return 0;
}