24 lines
522 B
Markdown
24 lines
522 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - test_bits.fun — overview
|
|
subtitle: Documentation for test_bits.fun — overview
|
|
description: Documentation for test_bits.fun — overview
|
|
permalink: /documentation/examples/test_bits/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- test_bits
|
|
---
|
|
|
|
|
|
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
|