1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-03-14 09:10:07 +08:00
tinycc/examples/ex5.c
2005-04-14 23:56:18 +00:00

9 lines
99 B
C

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