Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bbotelho3/b58608162600c86d5fd4 to your computer and use it in GitHub Desktop.
Save bbotelho3/b58608162600c86d5fd4 to your computer and use it in GitHub Desktop.
# http://www.problemotd.com/problem/bit-counter/
(1..100).each {|n| puts n[1] == 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment