Skip to content

Instantly share code, notes, and snippets.

require 'rubygems'
require 'sinatra'
get '/' do
<<-EOS
<!DOCTYPE html>
<html>
<head>
<title>FizzBuzz</title>
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js" type="text/javascript"></script>