binarylings

module
v0.0.0-...-833d147 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2023 License: MIT

README

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

Directories

Path Synopsis
exercises

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL