blob: 2f14678c15c07c41d081aa323a062865773f0e64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Fib like only I would write it
## Instructions
Everything is in `lib/fib.ml` and the rest is just scaffolding.
Use nix to get an OCaml development environment.
Use dune to build: `dune build`
Use dune to run: `dune exec fib`
Use dune to test: `dune test`
|