view lphobos/hello.d @ 1111:0f8aeb31678c

Fix 32bit "+2" typo for Outbuffer::reserve
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Fri, 13 Mar 2009 07:17:29 -0600
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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