view lphobos/hello.d @ 770:50eae902f77e

Cast result of ...AssignExp to type the frontend expects if necessary. Fixes #116.
author Christian Kamm <kamm incasoftware de>
date Fri, 14 Nov 2008 16:26:12 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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