Skip to content

Instantly share code, notes, and snippets.

@jalava
Created September 27, 2011 12:56
Show Gist options
  • Save jalava/1244993 to your computer and use it in GitHub Desktop.
Save jalava/1244993 to your computer and use it in GitHub Desktop.
(ns nodehello)
(defn -main [& args]
(println (apply str (map [\ "world" "hello"] [2 0 1]))))
(set! *main-cli-fn* -main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment