Timeline for It was just a bug
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
|
|
| Jul 26, 2018 at 14:02 | comment | added | JayCe | @Giuseppe nah... you should post the 70 bytes answer which is the big improvement :) | |
| Jul 26, 2018 at 13:47 | comment | added | Giuseppe | @JayCe if you have to big of a golf, you should post it yourself! | |
| Jul 25, 2018 at 16:48 | comment | added | JayCe | @Giuseppe I think you can post this as a separate answer (and also golf it down to 51 bytes...) | |
| Apr 5, 2018 at 13:36 | comment | added | Giuseppe |
You can get rid of one of the paste statements by using the sep argument to cat and doing a bit more to get it to 70 bytes
|
|
| Jul 7, 2017 at 6:55 | history | edited | Probel | CC BY-SA 3.0 |
improved code based on comment
|
| Jul 5, 2017 at 16:21 | comment | added | bouncyball |
save 2 bytes using el: el(strsplit("1234567890","")) instead of strsplit("1234567890","")[[1]]
|
|
| Jul 4, 2017 at 7:36 | comment | added | Probel |
@Challenger5 you are right! fixed it by using paste0 instead of paste so had to add a byte:(
|
|
| Jul 4, 2017 at 7:33 | history | edited | Probel | CC BY-SA 3.0 |
corrected a problem pointed out in a comment
|
| Jul 4, 2017 at 6:32 | comment | added | Esolanging Fruit | This doesn't look quite right - the middle line shouldn't have any spaces at all. | |
| Jul 3, 2017 at 14:31 | comment | added | DJMcMayhem | Welcome to the site! :) | |
| Jul 3, 2017 at 14:31 | history | edited | DJMcMayhem | CC BY-SA 3.0 |
added 1 character in body
|
| Jul 3, 2017 at 14:30 | review | First posts | |||
| Jul 3, 2017 at 14:31 | |||||
| Jul 3, 2017 at 14:29 | history | answered | Probel | CC BY-SA 3.0 |