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