22 lines
464 B
JSON
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"
|
|
}
|