#!/usr/bin/ruby

$LOAD_PATH << File.expand_path('../../lib', __FILE__)

require 'simple_app'
runner = SimpleApp::Runner.new
runner.start
