Timeline for 1, 2, Fizz, 4, Buzz
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 29 at 0:05 | comment | added | RARE Kpop Manifesto |
@Beta Decay : this is a fraudulent entry because the language was altered AFTER challenge was posted - a correct byte count must include every character in this elif clause : elif t == '\x66': #= fizzbuzz fizzbuzz = [] for i in range(1, 101): s = ("Fizz" if i % 3 == 0 else "") + \ ("Buzz" if i % 5 == 0 else "") fizzbuzz.append(s or str(i)) self.stack.append(to_gs('\n'.join(fizzbuzz)))
|
|
| May 23, 2017 at 12:41 | history | edited | Community Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Apr 13, 2017 at 12:39 | history | edited | Community Bot |
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
|
|
| Sep 25, 2015 at 7:42 | history | edited | Mitch Schwartz | CC BY-SA 3.0 |
quote from language creator seems better than what i had before
|
| Sep 25, 2015 at 7:32 | history | edited | Mitch Schwartz | CC BY-SA 3.0 |
removed redundant info
|
| Sep 25, 2015 at 6:19 | history | edited | Mitch Schwartz | CC BY-SA 3.0 |
add link to gs2 on github
|
| Sep 25, 2015 at 2:54 | history | edited | Mitch Schwartz | CC BY-SA 3.0 |
edited body
|
| Sep 25, 2015 at 2:10 | history | edited | Mitch Schwartz | CC BY-SA 3.0 |
added 108 characters in body
|
| S Sep 24, 2015 at 20:33 | history | answered | Mitch Schwartz | CC BY-SA 3.0 | |
| S Sep 24, 2015 at 20:33 | history | made wiki | Post Made Community Wiki by Mitch Schwartz |