From 5600e28c47e4e6672c8e93a35aec0957236e1356 Mon Sep 17 00:00:00 2001 From: cc-21 Date: Sat, 29 Oct 2022 21:51:57 -0700 Subject: Add a buggy implementation --- people.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'people.json') diff --git a/people.json b/people.json index dd1b05c..de7ea5b 100644 --- a/people.json +++ b/people.json @@ -553,5 +553,16 @@ "link": "./entries/kekerr/fib.ts" } ] - } + }, + { + "github": "cc-21", + "name": "Madonna H", + "title": "lazy", + "entries": [ + { + "name": "a buggy fib", + "link": "./entries/cc-21/fib.java" + } + ] + } ] -- cgit v1.2.3-70-g09d2 From b3e6a0cc52a7b42adc239ed1cad1622842f2cc9a Mon Sep 17 00:00:00 2001 From: Braxton Hall Date: Sun, 30 Oct 2022 11:32:22 -0700 Subject: Update people.json --- people.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'people.json') diff --git a/people.json b/people.json index 0d42b90..9d3d340 100644 --- a/people.json +++ b/people.json @@ -561,7 +561,7 @@ "entries": [ { "name": "a buggy fib", - "link": "./entries/cc-21/fib.java" + "link": "./entries/cc-21/lazy_fib.java" } ] }, -- cgit v1.2.3-70-g09d2