aboutsummaryrefslogtreecommitdiff
path: root/entries/jlouis/README.md
diff options
context:
space:
mode:
authorfunemy2022-10-25 23:02:55 +0000
committerfunemy2022-10-25 23:02:55 +0000
commit0a801e985fcb50d22acbe52a626d67d393c21851 (patch)
treec2464c31e16abb30c8f8623f6c335124b91fe149 /entries/jlouis/README.md
parent0269509a887fb154f32b88f5dfbeb883e16f628c (diff)
parente187bb84b9c3231f7f63a70a3136b7355ba0567a (diff)
Merge branch 'main' of github.com:braxtonhall/fib
Diffstat (limited to 'entries/jlouis/README.md')
-rw-r--r--entries/jlouis/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/entries/jlouis/README.md b/entries/jlouis/README.md
new file mode 100644
index 0000000..2f14678
--- /dev/null
+++ b/entries/jlouis/README.md
@@ -0,0 +1,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`