mirror of
https://github.com/frida/tinycc
synced 2024-11-24 08:39:37 +03:00
9 lines
107 B
C
Executable File
9 lines
107 B
C
Executable File
#! /usr/local/bin/tcc -run
|
|
#include <tcclib.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|