Go to file
dogeystamp 0e67984d99
bitmask.py: remove negative number unit test
Negative numbers are possible because signed integers could be used.
2022-07-27 21:59:51 -04:00
.gitignore Initial commit 2022-07-26 20:19:05 -04:00
bitmask.py Bitmask: add __eq__ method 2022-07-27 15:10:22 -04:00
LICENSE Add LICENSE 2022-07-26 20:20:24 -04:00
test_bitmask.py bitmask.py: remove negative number unit test 2022-07-27 21:59:51 -04:00