Skip to content

Instantly share code, notes, and snippets.

@espeed
Created June 29, 2013 04:40
Show Gist options
  • Select an option

  • Save espeed/5889780 to your computer and use it in GitHub Desktop.

Select an option

Save espeed/5889780 to your computer and use it in GitHub Desktop.
;; /home/james/projects/airflow/src/airflow/app_servlet.clj
(ns airflow.app-servlet)
(defn hello [request]
{:status 200
:headers {"Content-Type" "text/plain"}
:body "Hello, world!"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment