24 lines
536 B
Markdown
24 lines
536 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - hex_example.fun — overview
|
|
subtitle: Documentation for hex_example.fun — overview
|
|
description: Documentation for hex_example.fun — overview
|
|
permalink: /documentation/examples/hex_example/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- hex_example
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Hex encode/decode helpers; working with hexadecimal representations.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/hex_example.fun
|
|
- Or: fun examples/hex_example.fun
|