Skip to content

Instantly share code, notes, and snippets.

@octatone
Created October 26, 2014 10:17
Show Gist options
  • Save octatone/98512b5d0de92b44355b to your computer and use it in GitHub Desktop.
Save octatone/98512b5d0de92b44355b to your computer and use it in GitHub Desktop.
clojure main
(defn -main [& args]
(let [statuses (get-6w-tweets)]
(doseq [status statuses]
(print-status status))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment