Timeline for 1, 2, Fizz, 4, Buzz
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| S Aug 20, 2017 at 21:38 | history | suggested | matteo_c | CC BY-SA 3.0 |
it's actually 60 bytes
|
| Aug 20, 2017 at 21:24 | review | Suggested edits | |||
| S Aug 20, 2017 at 21:38 | |||||
| Sep 24, 2015 at 21:16 | comment | added | Blue | To whoever downvoted, the program works as it is now. | |
| Sep 24, 2015 at 20:05 | review | Low quality posts | |||
| Sep 24, 2015 at 22:08 | |||||
| Sep 24, 2015 at 19:58 | history | edited | Blue | CC BY-SA 3.0 |
update version
|
| Sep 24, 2015 at 19:57 | comment | added | Beta Decay | Have you actually tested this program? | |
| Sep 24, 2015 at 19:50 | comment | added | Kevin W. | the output is also straight up incorrect. 89 prints out a FizzBuzz whereas 90 is printed as 90 | |
| Sep 24, 2015 at 19:48 | comment | added | feersum | I already have 56 FYI. | |
| Sep 24, 2015 at 19:48 | comment | added | Zach Gates | Now it only goes up to 99. | |
| Sep 24, 2015 at 19:41 | history | edited | Blue | CC BY-SA 3.0 |
update score
|
| Sep 24, 2015 at 19:40 | comment | added | ASCIIThenANSI |
You could use either i+1 or range(1,101) to fix it.
|
|
| Sep 24, 2015 at 19:38 | comment | added | Beta Decay |
This is invalid: it prints 0 at the start
|
|
| Sep 24, 2015 at 19:37 | history | answered | Blue | CC BY-SA 3.0 |