ruby/test/puma-test-app/app.rb

5 lines
51 B
Ruby
Executable file

require 'sinatra'
get '/' do
'Hello world!'
end