9 lines
218 B
Markdown
9 lines
218 B
Markdown
# maps.fun — overview
|
|
|
|
What it shows
|
|
- Working with maps: creation, indexing, iteration, and typical idioms.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/maps.fun
|
|
- Or: fun examples/maps.fun
|