ledgerrb/app.rb

8 lines
65 B
Ruby
Raw Normal View History

2014-07-14 12:30:48 +02:00
# encoding: utf-8
require 'sinatra'
get '/' do
'OH HAI!'
end