Hacker News new | ask | show | jobs
by qznc 801 days ago
In C, you can get away with just this (no includes or definitions):

    void main() { puts("Hello, World!"); }
You get a warning, but it is fine.