view tangotests/f.d @ 187:bde2bb731323 trunk

[svn r203] moving tests into separate folder, added readme
author ChristianK
date Thu, 08 May 2008 22:49:28 +0200
parents 68a7dd38c03c
children
line wrap: on
line source

extern(C) int printf(char*,...);

void main()
{
    printf("Hello World!\n");
}