Skip to content

Instantly share code, notes, and snippets.

@sdogruyol
Last active September 22, 2016 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdogruyol/bbc7f24355d306a19501 to your computer and use it in GitHub Desktop.
Save sdogruyol/bbc7f24355d306a19501 to your computer and use it in GitHub Desktop.
require "kemal"
logging false
get "/" do
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment