exercism/elixir/pangram/.exercism/config.json

29 lines
486 B
JSON
Raw Permalink Normal View History

2024-06-27 07:45:38 +00:00
{
"authors": [
"tejasbubane"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"lpil",
"neenjaw",
"parkerl",
"sotojuan"
],
"files": {
"solution": [
"lib/pangram.ex"
],
"test": [
"test/pangram_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Determine if a sentence is a pangram.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Pangram"
}