view lphobos/hello.d @ 1055:5066ba0c9783

Apply [1053] to x86-32 asm as well.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 02:07:53 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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