view tangotests/f.d @ 230:79d8f6b3fbaf trunk

[svn r246] fixed asm4 test
author lindquist
date Sat, 07 Jun 2008 21:38:14 +0200
parents 68a7dd38c03c
children
line wrap: on
line source

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

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