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
- Host: GitHub
- URL: https://github.com/jlong/hello-ruby
- Owner: jlong
- License: mit
- Created: 2017-08-14T20:52:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T21:54:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T17:17:21.860Z (over 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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