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