1
0
mirror of https://github.com/frida/tinycc synced 2025-03-29 02:52:56 +03:00
2003-10-04 21:25:32 +00:00

9 lines
99 B
C

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