From 1c47477213d2d1d9d7459e9a4d7bbf0ae83b5156 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Fri, 30 Oct 2020 16:34:05 -0400 Subject: [PATCH] Created todo list --- todo.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..ac7dec1 --- /dev/null +++ b/todo.txt @@ -0,0 +1,3 @@ +Create isPrime function +Check if generators exist/are efficient in typescript + If so create fibonacci and prime generators and update getPrime, getNumPrime, getFib, getAllFib \ No newline at end of file