Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created December 1, 2008 09:13
Show Gist options
  • Save JakubOboza/30687 to your computer and use it in GitHub Desktop.
Save JakubOboza/30687 to your computer and use it in GitHub Desktop.
# strona.rb
require 'rubygems'
require 'sinatra'
get '/' do
'Cze!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment