mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
9 lines
98 B
C
9 lines
98 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|