Skip to content

Instantly share code, notes, and snippets.

@rcoh
Created July 20, 2012 21:43
Show Gist options
  • Save rcoh/3153438 to your computer and use it in GitHub Desktop.
Save rcoh/3153438 to your computer and use it in GitHub Desktop.
Scala count
(1 until 1000).count(_ % 10 == 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment