An open API service indexing awesome lists of open source software.

https://github.com/jlong/hello-ruby

Canonical hello world program in Ruby
https://github.com/jlong/hello-ruby

Last synced: about 1 month ago
JSON representation

Canonical hello world program in Ruby

Awesome Lists containing this project

README

          

# Hello Ruby

Canonical hello world program in Ruby. Also wired up for testing Jenkins.

# Running

To run `hello.rb`:

ruby hello

You will need to have `ruby` installed.

# Tests

To run tests, use rake:

rake tests