exercism.org/c/reverse-string/.exercism/config.json
2024-03-24 18:37:22 +01:00

21 lines
486 B
JSON

{
"authors": [
"keiravillekode"
],
"files": {
"solution": [
"reverse_string.c",
"reverse_string.h"
],
"test": [
"test_reverse_string.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"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"
}