Skip to content

Commit

Permalink
basic sinatra app
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Apr 22, 2009
0 parents commit 5308c87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions trends.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'sinatra'

get '/' do
'Hello World!'
end

0 comments on commit 5308c87

Please sign in to comment.