Skip to content

Instantly share code, notes, and snippets.

@mikamix
Last active January 1, 2016 15:19
Show Gist options
  • Save mikamix/8163662 to your computer and use it in GitHub Desktop.
Save mikamix/8163662 to your computer and use it in GitHub Desktop.
main = print $ (sum [1..100] ^ 2) - (sum [x ^ 2| x <- [1..100]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment