Skip to content

Instantly share code, notes, and snippets.

@alandipert
Created March 19, 2016 03:51
(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