Current section

Files

Jump to
gleam_bitwise README.md
Raw

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
```