Hacker News new | ask | show | jobs
by sergeykish 2184 days ago
From man tcc(1):

    #!/usr/bin/tcc -run
    #include <stdio.h>
    
    int main()
    {
        printf("Hello World\n");
        return 0;
    }