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