view lphobos/hello.d @ 1062:b9f9bde1707e

Make error message on assembler failure more informative (hopefully)
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 11:46:55 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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