diff options
author | Braxton Hall | 2022-12-09 19:29:18 +0000 |
---|---|---|
committer | GitHub | 2022-12-09 19:29:18 +0000 |
commit | 1eec7f557b37ff0ff814e95c13163a2dc397b467 (patch) | |
tree | 24297d78c17e2b6f136a62da21c739ec3af73c43 /people.json | |
parent | ea21a343d407bda33e5b4dfbeb711a975a5aa4e6 (diff) | |
parent | 401c8df449eecce4df1ba459d163d20b2caf6910 (diff) |
Merge pull request #92 from ardier/main
Ardi's entry in Python
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 2f0ac41..f7f7ae7 100644 --- a/people.json +++ b/people.json @@ -705,5 +705,16 @@ "link": "./entries/skairunner/src/main.rs" } ] + }, + { + "github": "ardier", + "name": "Ardi Madadi", + "title": "Graduate Student", + "entries": [ + { + "name": "One-liners in Python", + "link": "./entries/ardier/python/main.py" + } + ] } ] |