view lphobos/hello.d @ 1449:301a916eceef

Remove redundant null-check in member functions of structs that don't have an invariant.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 01 Jun 2009 01:28:18 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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