Skip to content

Instantly share code, notes, and snippets.

@metametaclass
Created September 19, 2012 10:38
Show Gist options
  • Save metametaclass/3748930 to your computer and use it in GitHub Desktop.
Save metametaclass/3748930 to your computer and use it in GitHub Desktop.
(doall (for [y (range 1 50)
x (range 1 50)
dy ["n" "s"]
dx ["e" "w"]
]
(println (str "http://imgs.xkcd.com/clickdrag/" y dy x dx ".png") )))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment