diff options
author | Braxton Hall | 2022-10-24 23:55:09 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 23:55:09 +0000 |
commit | 5b3e4fb8a606385392b24dba3553db3dcb1cd711 (patch) | |
tree | 666aa4198d53409554eef85f1d8839442c196e1f /people.json | |
parent | 7ed13a92711a35a9c263c1f53e33e308653ae727 (diff) | |
parent | 40fdd4d0694f2dc0dd394901dad9884d277459db (diff) |
Merge pull request #30 from dewert99/main
dewert99 Fibonacci
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/people.json b/people.json index a8e6e56..7ec29e3 100644 --- a/people.json +++ b/people.json @@ -287,5 +287,16 @@ "link": "./entries/pkoronkevich/tex" } ] + }, + { + "github": "dewert99", + "name": "David Ewert", + "title": "MSc Student, UBC", + "entries": [ + { + "name": "O(1)", + "link": "./entries/dewert99/fib.rs" + } + ] } ] |