Skip to main content

Timeline for Shortest code for infinite disk I/O

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
May 15, 2016 at 14:03 comment added Peter Cordes There's a lot of scope for saving bytes here. See my answer for packing stuff inside the for(;;), and for shorter functions than fprintf. If you did need to include stdio.h (which you don't), you don't need a space: #include<stdio.h>
Apr 3, 2016 at 22:53 comment added Joshua @MathuSumMut: Easy fix: require compiling with optimizations. Tail call recursion saves the day.
Apr 1, 2016 at 21:30 comment added MathuSum Mut Hopefully the 85-byte version does not blow the stack. :P
Apr 1, 2016 at 16:16 history answered MSalters CC BY-SA 3.0