summaryrefslogtreecommitdiff
path: root/fib/README.md
diff options
context:
space:
mode:
authorj-james2022-11-15 07:55:42 +0000
committerj-james2022-11-15 07:55:42 +0000
commit667253f48d20f76aff54f7ce9464b13c169ad96e (patch)
tree7efd64cfa34f198ed400947a80e6936341716dbc /fib/README.md
Add cursed Fibonacci implementations
Diffstat (limited to 'fib/README.md')
-rw-r--r--fib/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/fib/README.md b/fib/README.md
new file mode 100644
index 0000000..f321c29
--- /dev/null
+++ b/fib/README.md
@@ -0,0 +1,3 @@
+# the fibonacci only you would give me
+
+See [braxtonhall/fib](https://github.com/braxtonhall/fib) for more information.