view lphobos/hello.d @ 1637:a6a839bcc18a

Change template linkage from weak_odr to linkonce_odr. Much better, fixes #363.
author Matti Niemenmaa <matti.niemenmaa+hg@iki.fi>
date Mon, 08 Mar 2010 19:05:12 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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