Post History
Charcoal, 7 bytes GH↑→↓N# Try it online! Link is to verbose version of code. PolygonHollow exactly fits this challenge. Prints a polygon with sides in x, all with length y, and the z used ...
Answer
#1: Initial revision
# [Charcoal], 7 bytes GH↑→↓N# [Try it online!][TIO-kt887u38] [Charcoal]: https://github.com/somebody1234/Charcoal [TIO-kt887u38]: https://tio.run/##S85ILErOT8z5/z8gP6cyPT/PIz8nJ79cwyq0QMEqKDM9o0TByiW/PE/HM6@gtMSvNDcptUhHSVlJ8/9/0/@6OWUA "Charcoal – Try It Online" Link is to verbose version of code. `PolygonHollow` exactly fits this challenge. > Prints a polygon with sides in x, all with length y, and the z used for the sides, repeating from the origin. Polygon is not autoclosed or filled.