view lphobos/hello.d @ 481:18480579dc04

Use llvmdc helpers for store and bitcast in fp80 padding init code.
author Christian Kamm <kamm incasoftware de>
date Tue, 05 Aug 2008 20:23:44 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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