view lphobos/hello.d @ 1496:b4fc62f047cd

More DtoType -> DtoTypeNotVoid for getting the array element llvm type.
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Jun 2009 21:34:35 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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