Skip to content

Instantly share code, notes, and snippets.

@ahjones
Created January 14, 2013 17:33
Show Gist options
  • Save ahjones/4531745 to your computer and use it in GitHub Desktop.
Save ahjones/4531745 to your computer and use it in GitHub Desktop.
(ns example.core
(:use [compojure.core]
[compojure.handler]))
(defroutes app
(GET "/" [] "Hello World!"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment