Let’s write down like this:
1 2 3 4
#!/usr/bin/ruby "Let's Start Ruby Programming!".split('').each do |s| puts "#{s}" end