mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
20 lines
424 B
JSON
20 lines
424 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"massivelivefun"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"triangle.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_triangle.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|