exercism/zig/triangle/.exercism/config.json

20 lines
424 B
JSON
Raw Normal View History

2024-09-20 17:07:30 -04:00
{
"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"
}