view lphobos/hello.d @ 613:19cbc612380a

Add bool-special cases in tango.core.Atomic.
author Christian Kamm <kamm incasoftware de>
date Sun, 21 Sep 2008 17:23:17 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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