mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 22:40:47 -05:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"authors": [
|
|
"ee7"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"reverse_string.zig"
|
|
],
|
|
"test": [
|
|
"test_reverse_string.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"blurb": "Reverse a given string.",
|
|
"source": "Introductory challenge to reverse an input string",
|
|
"source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
|
|
}
|