diff options
author | Braxton Hall | 2022-10-24 18:45:07 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 18:45:07 +0000 |
commit | 0ed78b5a990776b0db8c794b4e9ca415fee86fce (patch) | |
tree | cf1dadaebd2a9be99f74d03f2aecc9961964c9d9 /people.json | |
parent | 364ddac06a7fbbb52876251b55de856db2292436 (diff) | |
parent | f540b8058f8ed83c9230662f9d02fad898da008e (diff) |
Merge pull request #21 from laelath/main
Added fib in befunge
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 2543c07..26dc1db 100644 --- a/people.json +++ b/people.json @@ -202,5 +202,16 @@ "link": "./entries/fbanados/fib.st" } ] + }, + { + "github": "laelath", + "name": "Justin Frank", + "title": "PhD Student, UMD", + "entries": [ + { + "name": "befunge", + "link": "./entries/laelath/fib.bf" + } + ] } ] |