#!/usr/local/bin/tcc -run #include int main(int argc, char *args[]) { printf("Hello, world!\n"); return 0; }