diff options
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/people.json b/people.json index 1f42862..4561b11 100644 --- a/people.json +++ b/people.json @@ -590,11 +590,15 @@ { "github": "j-james", "name": "JJ", - "title": "BSc, UBC", + "title": "BSc Student, UBC", "entries": [ { "name": "nim", "link": "./entries/jj/nim/fib.nim" + }, + { + "name": "turing machine", + "link": "./entries/jj/tm/fib.txt" } ] }, |