view python/tests/main.c @ 108:8267ba1dbce3

Added testcode
author Windel Bouwman
date Tue, 01 Jan 2013 17:17:44 +0100
parents 6efbeb903777
children
line wrap: on
line source


#include <stdio.h>

int main()
{
   printf("Hello world\n");
   return 0;
}