1
1
Fork 0
exercism/prolog/triangle/.exercism/config.json
Christina Sørensen c0c5c65f9f
feat(prolog): queen attack, triangle
Signed-off-by: Christina Sørensen <ces@fem.gg>
2024-12-23 17:33:51 +01:00

22 lines
464 B
JSON

{
"authors": [
"qjd2413"
],
"contributors": [
"parkerl"
],
"files": {
"solution": [
"triangle.pl"
],
"test": [
"triangle_tests.plt"
],
"example": [
".meta/triangle.example.pl"
]
},
"blurb": "Determine if a triangle is equilateral, isosceles, or scalene.",
"source": "The Ruby Koans triangle project, parts 1 & 2",
"source_url": "https://web.archive.org/web/20220831105330/http://rubykoans.com"
}