Hacker News new | ask | show | jobs
by trengrj 4412 days ago
Got to include ruby!

  require 'sinatra'
  
  get '/' do
    "Hello World!"
  end