ruby/test/rack-test-app/app.rb
2021-11-23 13:19:17 +00:00

5 lines
51 B
Ruby
Executable file

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