view lphobos/hello.d @ 1492:ef76f6e1693c

Add some passes that `opt` runs to the default pass list.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 11 Jun 2009 16:57:45 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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