Ruby - Command Line
Hello world from the command line in Ruby is very simple. Install the Ruby runtime and run "
ruby helloworld.rb
" to run the program.
Ruby Source File