diff options
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/people.json b/people.json index de7ea5b..0d42b90 100644 --- a/people.json +++ b/people.json @@ -554,15 +554,26 @@ } ] }, - { - "github": "cc-21", - "name": "Madonna H", - "title": "lazy", - "entries": [ - { - "name": "a buggy fib", - "link": "./entries/cc-21/fib.java" - } - ] - } + { + "github": "cc-21", + "name": "Madonna H", + "title": "lazy", + "entries": [ + { + "name": "a buggy fib", + "link": "./entries/cc-21/fib.java" + } + ] + }, + { + "github": "j-james", + "name": "JJ", + "title": "BSc, UBC", + "entries": [ + { + "name": "nim", + "link": "./entries/jj/nim/fib.nim" + } + ] + } ] |