view lphobos/hello.d @ 1082:146d8dfa0043

Update testcase broken by intrinsics changes.
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 10 Mar 2009 10:46:15 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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