view python/tests/main.c @ 187:bf5ab358f43a

Renamed readme and added status badge
author Windel Bouwman
date Sat, 25 May 2013 14:41:19 +0200
parents 6efbeb903777
children
line wrap: on
line source


#include <stdio.h>

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