view tests/mini/unittest1.d @ 926:bbb3f23908aa

Added X86-64 version
author wilsonk@ubuntu
date Tue, 03 Feb 2009 12:33:42 -0700
parents 1bb99290e03a
children
line wrap: on
line source

module unittest1;

void main()
{
}

unittest
{
    printf("hello\n");
}