puts "hello world"
puts ""
puts "Hello World!"
print "hi" # Print without newline puts "hi" # Print with newline p "hi" # Raw print #bpn
puts
puts "string" p "string"