Skip to content

Instantly share code, notes, and snippets.

@Geekfish
Created March 30, 2012 01:04
Show Gist options
  • Save Geekfish/2245458 to your computer and use it in GitHub Desktop.
Save Geekfish/2245458 to your computer and use it in GitHub Desktop.
Project Euler 20
(reduce + (map #(Character/getNumericValue %) (seq (str (reduce * (range (bigint 1) (bigint 100)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment