Skip to main content
added 41 characters in body
Source Link
Charlie
  • 13k
  • 2
  • 44
  • 100

Charcoal, 99 8 bytes

F…·NN«Iι↓F…·NN⁺¶ι 

Try it online!Try it online!

Link is to the verbose version of the code. Input in ascending order.

  • 1 byte saved thanks to ASCII-only!

Charcoal, 9 bytes

F…·NN«Iι↓ 

Try it online!

Link is to the verbose version of the code. Input in ascending order.

Charcoal, 9 8 bytes

F…·NN⁺¶ι 

Try it online!

Link is to the verbose version of the code. Input in ascending order.

  • 1 byte saved thanks to ASCII-only!
Source Link
Charlie
  • 13k
  • 2
  • 44
  • 100

Charcoal, 9 bytes

F…·NN«Iι↓ 

Try it online!

Link is to the verbose version of the code. Input in ascending order.