view lphobos/hello.d @ 1422:91ddebba88e9

merging
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:42:28 -0600
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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