#!/usr/bin/ruby.ruby2.6 
# frozen_string_literal: true

require "rack"
Rack::Server.start
