Last update October 9, 2010

Cookbook /
Hello World



Difference (last change) (no other diffs, normal page display)

Changed: 1c1,9
Describe the new page here.
This is a very simple example.

[[code]
import std.stdio;

int main() {
writeln("Hello, World!");
}
]

This is a very simple example.

import std.stdio;

int main() {
    writeln("Hello, World!");
}

FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: October 9, 2010 2:01 (diff))