mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"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"
|
|
}
|