Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 204 Bytes

File metadata and controls

16 lines (14 loc) · 204 Bytes

bitmap

To run it:

$ cd /path/to/cloned_repo
$ bundle install
$ bundle exec ./bin/bitmap.rb

To run the test suite:

$ cd /path/to/cloned_repo
$ bundle install
$ bundle exec rspec