Ruby
Show Hello World
in Ruby
Show "Hello World" on standard output.
hello_world.rb
puts "hello world"
Result
$ ruby hello_world.rb
Hello world
puts "hello world"
$ ruby hello_world.rb
Hello world