view lphobos/hello.d @ 893:e74e2e53ba3b

Remove optimizer syntax copies where they weren't proven to be necessary. Copying without calling semantic() leads to issues for more complicated expressions.
author Christian Kamm <kamm incasoftware de>
date Sun, 18 Jan 2009 14:14:40 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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