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