mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 23:30:48 -05:00
19 lines
424 B
JSON
19 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"
|
|
}
|