#!/usr/local/bin/tcc -run #include int main() { printf("Hello World\n"); return 0; }