Skip to content

Instantly share code, notes, and snippets.

@fbiville
Created January 3, 2015 11:02
Show Gist options
  • Save fbiville/86188559c789b1868ac9 to your computer and use it in GitHub Desktop.
Save fbiville/86188559c789b1868ac9 to your computer and use it in GitHub Desktop.
let range = [1..100] in (foldl (+) 0 range)^2 - (foldl (+) 0 (map (^2) range))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment