view lphobos/hello.d @ 1315:c48dcf2e2c02

Fix a bug pointed out by valgrind: OutBuffer::write4() was writing 8 bytes on platforms with 64-bit longs.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 08 May 2009 12:21:53 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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