view test/unittest1.d @ 146:ddfdae91281a trunk

[svn r151] fixed #29: out contracts work now
author ChristianK
date Mon, 10 Mar 2008 19:29:39 +0100
parents 9c79b61fb638
children
line wrap: on
line source

module unittest1;

void main()
{
}

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