binarylings
Byte sized exercises on the theme of binary data manipulation
Instructions
Modify the file with same name as the directory to solve the problem.
Run go test ./path/to/exercise
to check solution.
i.e. if in root directory:
go test ./exercises/002-overflow
should print out failed test reports since there currently is no solution.
Upon solving the problem by modifying ./exercises/002-overflow/overflow.go
you should see the following text be printed on running test:
ok github.com/soypat/binarylings/exercises/002-overflow