diff options
author | timstr | 2022-10-31 01:12:31 +0000 |
---|---|---|
committer | timstr | 2022-10-31 01:12:31 +0000 |
commit | 56f532b893e233603312dd212a669e1add4a2b53 (patch) | |
tree | a7b96097682a77ebf4572a5782d2ceb0f727496e | |
parent | d162d6cce3aebc3a375496f029b36ccee0224e32 (diff) |
Add timstr 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 3790d95..676cade 100644 --- a/people.json +++ b/people.json @@ -586,5 +586,16 @@ "link": "./entries/jj/nim/fib.nim" } ] + }, + { + "github": "timstr", + "name": "Tim Straubinger", + "title": "MSc, UBC", + "entries": [ + { + "name": "C++ template meta-programming", + "link": "./entries/timstr/fib.cpp" + } + ] } ] |