mirror of
https://github.com/frida/tinycc
synced 2025-02-20 09:14:03 +03:00
9 lines
99 B
C
9 lines
99 B
C
![]() |
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("Hello World\n");
|
||
|
return 0;
|
||
|
}
|