metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

hello.rb
application/x-ruby

Download raw (73 bytes)

require 'sinatra'

get '/' do
  "Hello World #{params[:name]}".strip
end