Skip to content

Instantly share code, notes, and snippets.

@hlship

hlship/main.clj Secret

Created August 5, 2014 00:32
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 hlship/93908ea3ed11aab54d91 to your computer and use it in GitHub Desktop.
Save hlship/93908ea3ed11aab54d91 to your computer and use it in GitHub Desktop.
(ns fan.auth.main
"Used"
(:require [clojure.tools.logging :as l]
[clojure.string :as str])
(:gen-class))
(defn -main [& args]
(l/info "Startup 6" args)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment