ここまでくるとtccと競合する

#!/usr/bin/tcc -run
#include <tcclib.h>
int main()
{
    printf("hello,world!\n");
}