exercism/zig/square-root/.exercism/config.json

20 lines
376 B
JSON
Raw Normal View History

2024-09-14 22:45:41 -04:00
{
"authors": [
"keiravillekode"
],
"files": {
"solution": [
"square_root.zig"
],
"test": [
"test_square_root.zig"
],
"example": [
".meta/example.zig"
]
},
"blurb": "Given a natural radicand, return its square root.",
"source": "wolf99",
"source_url": "https://github.com/exercism/problem-specifications/pull/1582"
}