view lphobos/hello.d @ 950:f31b29eb6980

Revert return value swapping on x86_64
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 11 Feb 2009 08:32:33 -0700
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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