Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • \$\begingroup\$ You can save 2 bytes by changing ,w=-~h*2+1,i=h+1 to ,i=h+1,w=i*2+1 \$\endgroup\$ Commented Aug 16, 2018 at 6:29
  • \$\begingroup\$ Wow, I should really not golf passed midnight! Thanks for this, @KevinCruijssen! :) \$\endgroup\$ Commented Aug 16, 2018 at 7:27
  • \$\begingroup\$ Suggest i-~i instead of i*2+1 \$\endgroup\$ Commented Sep 25, 2019 at 20:28