Skip to content

Instantly share code, notes, and snippets.

@alandipert
Created March 19, 2016 03:51
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 alandipert/393c8709708cdf06e655 to your computer and use it in GitHub Desktop.
Save alandipert/393c8709708cdf06e655 to your computer and use it in GitHub Desktop.
(ns hoenir.main
(:gen-class))
(defn -main [& args]
(require 'hoenir.sqs)
(apply (resolve 'hoenir.sqs/-main) args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment