view lphobos/hello.d @ 1301:1e30cc395d2e

fix wrong arg order for fmul/fadd
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 05 May 2009 11:51:00 -0600
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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