config.ru 98 B

1234
  1. require_relative 'boot'
  2. require_relative 'hello_world'
  3. use Rack::ContentLength
  4. run HelloWorld.new