diff options
author | Braxton Hall | 2022-10-27 06:35:15 +0000 |
---|---|---|
committer | GitHub | 2022-10-27 06:35:15 +0000 |
commit | ed167a009dba7e79f52f1bbe89f8fee80a4d29a2 (patch) | |
tree | 37c64b5d5a73156866813ebdcb2e443423f600c3 /people.json | |
parent | 27b827cae18ec64e22de14379758fdf33f703fcd (diff) | |
parent | 443cccd5a996964c61c634ce239de62db0ecedcf (diff) |
Merge pull request #54 from zgrannan/main
Add human in the loop fib
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/people.json b/people.json index f1d8014..79747a8 100644 --- a/people.json +++ b/people.json @@ -381,6 +381,10 @@ { "name": "haskell", "link": "./entries/zgrannan/Fib.hs" + }, + { + "name": "human in the loop", + "link": "./entries/zgrannan/fib.py" } ] }, |