9 lines
232 B
Markdown
9 lines
232 B
Markdown
# test_bits.fun — overview
|
|
|
|
What it shows
|
|
- Bitwise utilities demonstration (and/or/xor/shifts) and small tests.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/test_bits.fun
|
|
- Or: fun examples/test_bits.fun
|