9 lines
230 B
Markdown
9 lines
230 B
Markdown
# signed_ints.fun — overview
|
|
|
|
What it shows
|
|
- Signed integer types and operations; ranges and conversions.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/signed_ints.fun
|
|
- Or: fun examples/signed_ints.fun
|