Timeline for 1, 2, Fizz, 4, Buzz
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Sep 27, 2015 at 22:19 | comment | added | lynn | I posted a 72-byte solution that ties the record on anarchy golf. | |
| Sep 27, 2015 at 21:56 | comment | added | lynn |
82 bytes: for i=1,100 do s=('Fizz'):sub(i%3*5)..('Buzz'):sub(i%5*5)print(s==''and i or s)end
|
|
| Sep 26, 2015 at 22:31 | history | edited | Nico A | CC BY-SA 3.0 |
added 43 characters in body
|
| Sep 26, 2015 at 22:25 | comment | added | lynn |
Try i%3<1 and i%5<1?
|
|
| Sep 24, 2015 at 21:15 | history | answered | Nico A | CC BY-SA 3.0 |