1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/examples/simple.rb

4 lines
91 B
Ruby
Raw Normal View History

2011-12-30 06:00:40 -05:00
#!/usr/bin/env ruby -I ../lib -I lib
require 'sinatra'
get('/') { 'this is a simple app' }