view lphobos/hello.d @ 1026:f756c47f310a

Pass -m32/-m64 on to gcc when assembling and linking
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 01 Mar 2009 22:59:03 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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