Skip to main content
edited body
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

Groovy, 9 bytes

{[it]*it} 

Try it online!Try it online!


Perhaps the most competitive groovy answer I've done to date.

Groovy, 9 bytes

{[it]*it} 

Try it online!


Perhaps the most competitive groovy answer I've done to date.

Groovy, 9 bytes

{[it]*it} 

Try it online!


Perhaps the most competitive groovy answer I've done to date.

Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

Groovy, 9 bytes

{[it]*it} 

Try it online!


Perhaps the most competitive groovy answer I've done to date.