Difference between revisions of "Sandbox"
(Trying a table layout) |
(→Core Development) |
||
Line 37: | Line 37: | ||
== Core Development == | == Core Development == | ||
+ | * [[Dev:How_to_help|How to help]] | ||
* [[Dev:DIPs|D Improvement Proposals]] | * [[Dev:DIPs|D Improvement Proposals]] | ||
* [[Dev:ReviewQueue|Review Queue]] | * [[Dev:ReviewQueue|Review Queue]] |
Revision as of 09:32, 22 November 2012
Hello, world!
import std.stdio;
int main(string[] args)
{
writeln("Hello, world!");
return 0;
}
Introduction |
Documentation |
Community |
Core Development |