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