Timeline for Shortest code to produce infinite output
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2023 at 2:04 | history | edited | emanresu A | CC BY-SA 4.0 | Newlines count as bytes |
| Mar 29, 2018 at 3:02 | comment | added | l4m2 | Does %0 eventually halt? | |
| Apr 12, 2016 at 12:55 | comment | added | Erik the Outgolfer | It's 10 bytes, literally. Also, if someone has turned off echo before executing this it will output nothing. | |
| Jul 2, 2015 at 7:40 | comment | added | yyny | Probably, my hex editor isnt the greatest | |
| Jul 2, 2015 at 6:27 | comment | added | wchargin | @YoYoYonnY are you missing a 61 at the end there? | |
| Jul 1, 2015 at 22:44 | comment | added | yyny | @WChargin I just checked using a hex editor. 3a 61 0a 67 6f 74 6f 20 works on my windows 8... :P | |
| Feb 3, 2014 at 23:31 | comment | added | wchargin | I count ten characters: :a\r\ngoto a because Windows uses CRLF | |
| Jan 29, 2014 at 20:44 | comment | added | Einacio | we need mor BAT around here | |
| S Nov 9, 2013 at 2:41 | review | Low quality posts | |||
| Nov 9, 2013 at 3:18 | |||||
| S Nov 9, 2013 at 2:41 | review | First posts | |||
| Nov 9, 2013 at 14:18 | |||||
| Nov 9, 2013 at 2:30 | comment | added | Patrick Purcell | it does...without @echo off, it prints "goto a" until you close it | |
| Nov 9, 2013 at 2:28 | comment | added | Doorknob | This does not produce infinite output, does it...? | |
| Nov 9, 2013 at 2:26 | history | answered | Patrick Purcell | CC BY-SA 3.0 |