view lphobos/hello.d @ 570:6d9cf3f74f93

Typo in runtime makefile.
author Christian Kamm <kamm incasoftware de>
date Thu, 04 Sep 2008 16:14:07 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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