Skip to content

Instantly share code, notes, and snippets.

@rhysd
Created July 28, 2012 06:05
Show Gist options
  • Save rhysd/3192024 to your computer and use it in GitHub Desktop.
Save rhysd/3192024 to your computer and use it in GitHub Desktop.
main = print . sum $ [ x*y | x<-[1..100], y<-[1..100], x/=y ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment