Hello World


# Type the following into a file named hello.rb
# Ruby works fine with files in .rb
# Now run it. If all goes well, you should see this picture.
puts 'Hello World'

puts "'I'm so excited'"

puts "'And this is my first programme.'"
puts "'This is all good though'"

Comments

Popular Posts