Skip to content
PhilippeSigaud edited this page Mar 1, 2012 · 3 revisions

Welcome to the D-templates-tutorial wiki!

I'll use this page to learn the Github's flavored Markdown syntax and then, hopefully, to dump the content of the tutorial in it, with code samples and all.

import std.stdio;

int main()
{
    writeln("Hello, World!", 42);
}
Clone this wiki locally