aboutsummaryrefslogtreecommitdiff
path: root/entries/jlouis/README.md
diff options
context:
space:
mode:
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`