diff options
author | funemy | 2022-10-25 23:10:58 +0000 |
---|---|---|
committer | funemy | 2022-10-25 23:10:58 +0000 |
commit | a92d2f2a96c36e758291d7150b4ff175ec2ec768 (patch) | |
tree | ddb1da2cbce7f450145c58d98271cbd90d3cb00b | |
parent | 0a801e985fcb50d22acbe52a626d67d393c21851 (diff) |
minor
-rw-r--r-- | entries/funemy/.gitignore | 1 | ||||
-rw-r--r-- | people.json | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/entries/funemy/.gitignore b/entries/funemy/.gitignore index acb903a..3d2fbd5 100644 --- a/entries/funemy/.gitignore +++ b/entries/funemy/.gitignore @@ -1,3 +1,4 @@ .DS_Store *.agdai *.smt2 +**/.koka/* diff --git a/people.json b/people.json index a9be376..c2db098 100644 --- a/people.json +++ b/people.json @@ -87,6 +87,10 @@ { "name": "symbolic", "link": "./entries/funemy/symbolic/phib.py" + }, + { + "name": "koka", + "link": "./entries/funemy/koka/fib.kk" } ] }, |