Sandbox

From D Wiki
Revision as of 09:36, 22 November 2012 by Kraybit (talk | contribs)
Jump to: navigation, search

Hello, world!

import std.stdio;

int main(string[] args)
{
    writeln("Hello, world!");
    return 0;
}


Introduction

Documentation

Community

Core Development