view lphobos/hello.d @ 521:99e95dae90d5

Do not need to allocate temporary for function literal.
author Christian Kamm <kamm incasoftware de>
date Sat, 16 Aug 2008 14:01:23 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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