Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (max (map #(let [columns (split %1 #"  ")]
  2.         ( -
  3.           (Integer. (nth columns 4))
  4.           (Integer. (nth columns 3))))
  5.      (split (slurp "weather.dat") #"\n")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement