view lphobos/hello.d @ 480:fc12214ba4a1

Zero out padding of fp80.
author Christian Kamm <kamm incasoftware de>
date Tue, 05 Aug 2008 20:10:12 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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