Ruby Hello, World!
Ruby Example Code
hello.rb
Expressions
print "Hello, World!\n"
The Ruby Hello, World! program is a one-liner.
C-like (really perl-like) string constant
No semicolon needed (though it wouldn't break anything).
Expressions