36 lines
689 B
JSON
36 lines
689 B
JSON
{
|
|
"authors": [],
|
|
"contributors": [
|
|
"behrtam",
|
|
"BethanyG",
|
|
"cmccandless",
|
|
"Dog",
|
|
"ikhadykin",
|
|
"kytrinyx",
|
|
"lowks",
|
|
"mpatibandla",
|
|
"N-Parsons",
|
|
"Nishant23",
|
|
"pheanex",
|
|
"rozuur",
|
|
"sjakobi",
|
|
"Stigjb",
|
|
"tqa236",
|
|
"xitanggg",
|
|
"YuriyCherniy"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"triangle.py"
|
|
],
|
|
"test": [
|
|
"triangle_test.py"
|
|
],
|
|
"example": [
|
|
".meta/example.py"
|
|
]
|
|
},
|
|
"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"
|
|
}
|