ruby/test/puma-test-app/app.rb
2018-11-06 14:18:31 +00:00

5 lines
51 B
Ruby
Executable file

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