asd

Ruby code posted
created at 12 Dec 23:55, updated at 14 Dec 20:26

Edit | Back
1
2
3
4
5
6
7
8
9
require 'rubygems'
require 'sinatra'
require 'rdiscount'

get '/' do
  markdown :index
end

puts "hello"
112 Bytes in 2 ms with coderay