tinycc/examples/ex5.c
2009-04-18 15:08:03 +02:00

9 lines
98 B
C

#include <stdlib.h>
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}