Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 43 characters in body
Source Link
nwellnhof
  • 10.6k
  • 1
  • 20
  • 38

Perl 6, 27 bytes

{join "\n",[Z~] $_>>.lines}

Try it online!

Works with arbitrary number of arts. IO as list of lists would be just &[Z~].

Perl 6, 27 bytes

{join "\n",[Z~] $_>>.lines}

Try it online!

Works with arbitrary number of arts.

Perl 6, 27 bytes

{join "\n",[Z~] $_>>.lines}

Try it online!

Works with arbitrary number of arts. IO as list of lists would be just &[Z~].

deleted 10 characters in body
Source Link
nwellnhof
  • 10.6k
  • 1
  • 20
  • 38

Perl 6, 3327 bytes

{join "\n",[Z~] $_>>.split("\n")lines}

Try it online! Try it online!

Works with arbitrary number of arts.

Perl 6, 33 bytes

{join "\n",[Z~] $_>>.split("\n")}

Try it online!

Works with arbitrary number of arts.

Perl 6, 27 bytes

{join "\n",[Z~] $_>>.lines}

Try it online!

Works with arbitrary number of arts.

Source Link
nwellnhof
  • 10.6k
  • 1
  • 20
  • 38

Perl 6, 33 bytes

{join "\n",[Z~] $_>>.split("\n")}

Try it online!

Works with arbitrary number of arts.

AltStyle によって変換されたページ (->オリジナル) /