Timeline for Evolution of "Hello World!"
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:39 | history | edited | CommunityBot | replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/ | |
| Nov 21, 2014 at 20:27 | comment | added | kernigh | Some of the previous answers (starting from 85 GDB) did extra work to prepare for C. | |
| Nov 5, 2014 at 19:39 | comment | added | archaephyrryx | Not that I am complaining, but why is this the third most-highly rated answer ?_? | |
| Nov 5, 2014 at 0:33 | comment | added | Qix - MONICA WAS MISTREATED | @user23013 Because the program doesn't specify int as the return type for main and doesn't actually return an exit code; therefore, the return code is technically undefined behavior, hence the 13. | |
| Oct 29, 2014 at 20:38 | history | edited | Optimizer | CC BY-SA 3.0 | edited body |
| Oct 29, 2014 at 20:31 | comment | added | archaephyrryx | @Emil Just vim auto-indentation; OP's call on what to do about this (if it progresses too far to fix, you can just pretend that it's a tab and make the distance 7) | |
| Oct 29, 2014 at 20:26 | comment | added | jimmy23013 | @Optimizer It printed Hello World! but returned exit code 13. I think that's also what happened on ideone. | |
| Oct 29, 2014 at 20:26 | comment | added | Emil | Where do the extra spaces in the third line come from? Is it possible that that is a mistake? | |
| Oct 29, 2014 at 20:21 | comment | added | archaephyrryx | @Optimizer I didn't get any kind of runtime error using gcc 4.7.2 on my computer. | |
| Oct 29, 2014 at 20:18 | comment | added | Etheryte | Bloody finally. | |
| Oct 29, 2014 at 20:15 | history | answered | archaephyrryx | CC BY-SA 3.0 |