Hacker News new | ask | show | jobs
by sodimel 1443 days ago
Produces this, really fun:

    $ vim a.c
    $ gcc -o a a.c
    $ ./a
    Hello, World!