Current section
Files
Jump to
Current section
Files
gleam_bitwise
README.md
README.md
# bitwise
🍓 Bitwise operations on integers.
## Quick start
```sh
# Build the project
rebar3 compile
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
```