view python/tests/main.c @ 110:9e552d34bd60

Work on compiler
author Windel Bouwman
date Fri, 04 Jan 2013 15:25:58 +0100
parents 6efbeb903777
children
line wrap: on
line source


#include <stdio.h>

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