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

##Ruby, 41 bytes

Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

##Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

Converted inline code formatting to code block formatting
Source Link
Alex A.
  • 24.8k
  • 5
  • 39
  • 120

##Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

##Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

##Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

edited body
Source Link

##Ruby, 4041 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

##Ruby, 40 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

##Ruby, 41 bytes

puts gets.chomp.chars.map{|e|e+" "}.join

chomp eats trailing newlines.

Source Link
Loading

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