view lphobos/hello.d @ 928:1b10a9c6e3e8

Added X86-64 version. Needed significant changes.
author wilsonk@ubuntu
date Tue, 03 Feb 2009 12:35:00 -0700
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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