Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns trix.core
  2.   (:gen-class)
  3.   (:require [net.cgrand.enlive-html :as html]
  4.             [clojure.java.io :as io]
  5.             [clj-http.client :as client]))
  6.  
  7. (defn -main [& args]
  8.   (trakt-pin-auth "36F5A0C4"))
  9.  
  10. (defn trakt-pin-auth
  11.   [pin]
  12.   (println pin))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement