Timeline for Draw an ASCII Rectangle
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 28, 2016 at 8:10 | history | edited | Jörg Hülsermann | CC BY-SA 3.0 | deleted 8 characters in body |
| Sep 28, 2016 at 8:05 | comment | added | Titus | $i++&&$n-$i?" ":"-" --> "- "[$i++&&$n-$i] (-2) | |
| Sep 18, 2016 at 15:08 | history | edited | Jörg Hülsermann | CC BY-SA 3.0 | deleted 1 character in body |
| Sep 18, 2016 at 14:58 | comment | added | Titus | another byte with $i++&&$n-$i?" ":"-" | |
| Sep 18, 2016 at 14:50 | history | edited | Jörg Hülsermann | CC BY-SA 3.0 | added 6 characters in body |
| Sep 18, 2016 at 14:22 | comment | added | Titus | -2 bytes with !$i|$n==++$i instead of !$i|$n-1==$i++ | |
| Sep 18, 2016 at 14:16 | comment | added | Titus | You can still win one byte with a physical linebreak. | |
| Sep 18, 2016 at 13:49 | review | Low quality posts | |||
| Sep 18, 2016 at 13:54 | |||||
| Sep 18, 2016 at 13:34 | history | answered | Jörg Hülsermann | CC BY-SA 3.0 |