Skip to content

Instantly share code, notes, and snippets.

@radhikalism
Created September 7, 2009 18:18
Show Gist options
  • Save radhikalism/182490 to your computer and use it in GitHub Desktop.
Save radhikalism/182490 to your computer and use it in GitHub Desktop.
(defn hello-route [request]
((GET "/"
{:status 200
:headers {}
:body "Hello World"}) request))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment