Files

5 lines
50 B
Ruby
Raw Permalink Normal View History

require 'sinatra'
get '/' do
"Hello, world"
end