view lphobos/hello.d @ 565:3c07287765bc

Fixed toobj.cpp to compile with latest LLVM, seems a method overload was removed recently.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 31 Aug 2008 18:38:16 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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