Skip to content

Instantly share code, notes, and snippets.

@dimdim2
Created April 17, 2013 15:21
Show Gist options
  • Save dimdim2/5405196 to your computer and use it in GitHub Desktop.
Save dimdim2/5405196 to your computer and use it in GitHub Desktop.
(1 until 1000).filter(v => (v%3 == 0 || v%5 == 0)).sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment