view lphobos/hello.d @ 1235:ded6a557220a

Too strict assertion with generating the interfaceInfosZ symbol. Baseclasses might introduce interfaces.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 16 Apr 2009 21:00:49 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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