1
1
Fork 0
exercism/prolog/wedding-woes/.exercism/config.json
Christina Sørensen 9ffc70cd57
feat(prolog): wedding woes
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-22 16:42:31 +01:00

17 lines
284 B
JSON

{
"authors": [
"erikschierboom"
],
"files": {
"solution": [
"wedding_woes.pl"
],
"test": [
"wedding_woes_tests.plt"
],
"example": [
".meta/wedding_woes.example.pl"
]
},
"blurb": "Infer family relations from some basic facts."
}