Skip to content

Instantly share code, notes, and snippets.

@bijancn
Created May 30, 2018 12:20
Show Gist options
  • Save bijancn/4fc90db522c4b12a8f69ba3c5683e390 to your computer and use it in GitHub Desktop.
Save bijancn/4fc90db522c4b12a8f69ba3c5683e390 to your computer and use it in GitHub Desktop.
def countSpaces(word: List[Char]): Int =
word.count(_ == ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment