Skip to content

Instantly share code, notes, and snippets.

@almet
Created November 16, 2010 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almet/702281 to your computer and use it in GitHub Desktop.
Save almet/702281 to your computer and use it in GitHub Desktop.
main = problem1
problem1 = [i | i <- [1..1000], i `mod` 3 == 0 || i `mod` 5 == 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment