view lphobos/hello.d @ 1019:80490f65d4e1

Removed some code that wasn't supposed to be in last commit!
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 01 Mar 2009 19:06:47 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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