diff options
author | Braxton Hall | 2022-10-26 17:05:12 +0000 |
---|---|---|
committer | GitHub | 2022-10-26 17:05:12 +0000 |
commit | 01dbd3f3f0829f9bf33bd0c3f152a160218bf09d (patch) | |
tree | d751a98758446af8f6937c28bc26bf39304a7568 /people.json | |
parent | 4573b5ae5c50856dafe88cbd1a795662faee041b (diff) | |
parent | d7c513d8f7654ab61296be5aefbea4eadff69125 (diff) |
Merge pull request #49 from nwoeanhinnogaehr/main
add x86 elf (81 bytes)
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 102b326..38744c3 100644 --- a/people.json +++ b/people.json @@ -419,5 +419,16 @@ "link": "./entries/markusde/collatz/collatz.png" } ] + }, + { + "github": "nwoeanhinnogaehr", + "name": "Noah Weninger", + "title": "PhD Student, UWaterloo", + "entries": [ + { + "name": "x86 ELF", + "link": "./entries/nwoeanhinnogaehr/fib.asm" + } + ] } ] |