aboutsummaryrefslogtreecommitdiff
path: root/entries/jlouis/README.md
diff options
context:
space:
mode:
authorBraxton Hall2022-10-25 19:55:05 +0000
committerGitHub2022-10-25 19:55:05 +0000
commit51cfdff65b200f3cb16688b79720a1ab57d2db02 (patch)
tree3d83a52d4d895990b9b3b91ebaae5e78e938c51d /entries/jlouis/README.md
parent9375f87d202403e93ea4196e60de24fd9a9ea065 (diff)
parent562c485e2e7bd5330e1ccbeb9fd2dc87e3255f9f (diff)
Merge pull request #43 from jlouis/jlouis-implementation
Provide a fib implementation for jlouis
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`