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

Commonmark migration
Source Link

#05AB1E , 4 bytes

05AB1E , 4 bytes

€'!Ć

I/O as a list of characters.

Try it online.

Explanation:

€'! '# Prepend a "!"-item before each character in the (implicit) input-list
 Ć # Enclose (append the first character of the list at the end of it)
 # (after which the result is output implicitly)

#05AB1E , 4 bytes

€'!Ć

I/O as a list of characters.

Try it online.

Explanation:

€'! '# Prepend a "!"-item before each character in the (implicit) input-list
 Ć # Enclose (append the first character of the list at the end of it)
 # (after which the result is output implicitly)

05AB1E , 4 bytes

€'!Ć

I/O as a list of characters.

Try it online.

Explanation:

€'! '# Prepend a "!"-item before each character in the (implicit) input-list
 Ć # Enclose (append the first character of the list at the end of it)
 # (after which the result is output implicitly)
Source Link
Kevin Cruijssen
  • 136.2k
  • 14
  • 154
  • 394

#05AB1E, 4 bytes

€'!Ć

I/O as a list of characters.

Try it online.

Explanation:

€'! '# Prepend a "!"-item before each character in the (implicit) input-list
 Ć # Enclose (append the first character of the list at the end of it)
 # (after which the result is output implicitly)

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