view lphobos/hello.d @ 678:299f53f2e6f2

Fix makefile for runtime/internal.
author Christian Kamm <kamm incasoftware de>
date Sat, 11 Oct 2008 21:23:41 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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