view tangotests/f.d @ 166:a2c4dc388d5e trunk

[svn r182] Oups, the PGM output for the raytracer demo was borked.
author lindquist
date Tue, 06 May 2008 00:03:55 +0200
parents 44a95ac7368a
children 68a7dd38c03c
line wrap: on
line source

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



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