xonotic/misc/tools/conftest.c
2011-07-31 21:25:27 +02:00

8 lines
74 B
C

#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}