#!/usr/bin/ruby
# frozen_string_literal: true

require "rack"
Rack::Server.start
