1
1
Fork 0
exercism/jq/anagram/.exercism/config.json
Christina Sørensen 34d983f443
feat(jq): anagram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-18 06:56:11 +01:00

19 lines
396 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"anagram.jq"
],
"test": [
"test-anagram.bats"
],
"example": [
".meta/example.jq"
]
},
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
}