1
1
Fork 0
exercism/prolog/wedding-woes/.exercism/config.json

18 lines
284 B
JSON
Raw Normal View History

{
"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."
}