view lphobos/hello.d @ 727:eea28bfa8416

Change default to not using inreg.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 14:11:14 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

void main() { writefln("Hello World"); }