--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/tests/main.c Mon Dec 24 15:03:30 2012 +0100 @@ -0,0 +1,9 @@ + +#include <stdio.h> + +int main() +{ + printf("Hello world\n"); + return 0; +} +