replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Ruby, 2824 bytes
$><<gets.gsub(/[^\n]./,'0円 ')
Ruby, 28 bytes
$><<gets.gsub(/[^\n]/,'0円 ')
Ruby, 24 bytes
$><<gets.gsub(/./,'0円 ')
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange$><<gets.gsub(/[^\n]./,'0円 ')
$><<gets.gsub(/[^\n]/,'0円 ')
$><<gets.gsub(/./,'0円 ')