Ruby - File IO
Given a file
greeting.txt containing the text Hello, Ruby!, what will this code output?content = File.read('greeting.txt')
puts content