なにはともあれtcc

#! /usr/bin/tcc -run
#include <stdio.h>
int main() { puts("hello"); }
$ chmod u+x hello.c 
$ ./hello.c 
hello

まー、このぐらいはね。