9 lines
271 B
Markdown
9 lines
271 B
Markdown
# echo_example.fun — overview
|
|
|
|
What it shows
|
|
- Simple echo of input/args; prints back what you type or pass as arguments.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/echo_example.fun hello world
|
|
- Or: fun examples/echo_example.fun hello world
|