Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created December 22, 2010 17:15
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 Raynes/c1b5a16b6ea582ef85ba to your computer and use it in GitHub Desktop.
Save Raynes/c1b5a16b6ea582ef85ba to your computer and use it in GitHub Desktop.
(defn count-num-chars [s]
(count (remove #{\space} s)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment