view python/tests/main.c @ 192:6cd6260789a1

Added more tests for parser generator
author Windel Bouwman
date Sun, 26 May 2013 23:19:27 +0200
parents 6efbeb903777
children
line wrap: on
line source


#include <stdio.h>

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