diff options
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/people.json b/people.json index 8a8968a..2658904 100644 --- a/people.json +++ b/people.json @@ -288,7 +288,7 @@ } ] }, - { + { "github": "davepagurek", "name": "Dave Pagurek", "title": "MSc, UBC", @@ -298,5 +298,16 @@ "link": "./entries/davepagurek/index.html" } ] + }, + { + "github": "dewert99", + "name": "David Ewert", + "title": "MSc Student, UBC", + "entries": [ + { + "name": "O(1)", + "link": "./entries/dewert99/fib.rs" + } + ] } ] |