CODE
LIBARY.COM
Home
/
Ruby
Ruby Hello world
Hello world
#!/usr/local/bin/ruby -w puts "Hello, World!"
#!/usr/local/bin/ruby -w puts "Hello, World!"
Copy to Clipboard
Related Snippets
Ruby Simple calculator
Ruby Track script execution time
Ruby Math and string functions
Ruby "=~" matching operator
Ruby String functions
Ruby Rescue divide by zero exception
Ruby Thread-safe hash delegation
Ruby Match string against regular expression
Ruby Class usage example
Ruby Heapsort