1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/random_number_example.md

35 lines
735 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - random_number_example.fun — overview
subtitle: Documentation for random_number_example.fun — overview
description: Documentation for random_number_example.fun — overview
permalink: /documentation/examples/random_number_example/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# random_number_example.fun — overview
What it shows
- Generating random numbers and printing them; small utility demo.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/random_number_example.fun
- Or: fun examples/random_number_example.fun