Skip to content

Instantly share code, notes, and snippets.

@bonifaido
Created December 5, 2012 10:42
Show Gist options
  • Save bonifaido/4214613 to your computer and use it in GitHub Desktop.
Save bonifaido/4214613 to your computer and use it in GitHub Desktop.
Project Euler - Problem 16
(reduce +
(map #(read-string (str %))
(str (.pow (BigInteger. "2") 1000))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment