view python/tests/main.c @ 99:6efbeb903777

movage
author windel
date Mon, 24 Dec 2012 15:03:30 +0100
parents
children
line wrap: on
line source


#include <stdio.h>

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