Skip to content

Instantly share code, notes, and snippets.

@soveran
Created April 7, 2012 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save soveran/2330649 to your computer and use it in GitHub Desktop.
Save soveran/2330649 to your computer and use it in GitHub Desktop.
Small Cuba App.
require "cuba"
run Cuba.new { on(root) { res.write "hello, world" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment