(defn cool
  "So if first arg same with first element in list"
  ([x [x & coll]] 
    (print "THE SAME")))