mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-15 15:40:53 +01:00
8 lines
65 B
Ruby
8 lines
65 B
Ruby
|
# encoding: utf-8
|
||
|
|
||
|
require 'sinatra'
|
||
|
|
||
|
get '/' do
|
||
|
'OH HAI!'
|
||
|
end
|