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

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Ruby, (削除) 24 (削除ここまで) 15 bytes

gsub /./,'0円 '

Requires the -p flag (byte added).

Thanks to xsot xsot for 9 bytes!

Ruby, (削除) 24 (削除ここまで) 15 bytes

gsub /./,'0円 '

Requires the -p flag (byte added).

Thanks to xsot for 9 bytes!

Ruby, (削除) 24 (削除ここまで) 15 bytes

gsub /./,'0円 '

Requires the -p flag (byte added).

Thanks to xsot for 9 bytes!

added 129 characters in body
Source Link
Doorknob
  • 72.1k
  • 20
  • 146
  • 393

Ruby, 24(削除) 24 (削除ここまで) 15 bytes

$><<gets.gsub(/./,'0円 ')

Requires the -p flag (byte added).

Thanks to xsot for 9 bytes!

Ruby, 24 bytes

$><<gets.gsub(/./,'0円 ')

Ruby, (削除) 24 (削除ここまで) 15 bytes

gsub/./,'0円 '

Requires the -p flag (byte added).

Thanks to xsot for 9 bytes!

deleted 4 characters in body
Source Link
Doorknob
  • 72.1k
  • 20
  • 146
  • 393

Ruby, 2824 bytes

$><<gets.gsub(/[^\n]./,'0円 ')

Ruby, 28 bytes

$><<gets.gsub(/[^\n]/,'0円 ')

Ruby, 24 bytes

$><<gets.gsub(/./,'0円 ')
Source Link
Doorknob
  • 72.1k
  • 20
  • 146
  • 393
Loading

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