exercism/elixir/bob/.exercism/config.json

47 lines
911 B
JSON
Raw Permalink Normal View History

2024-03-10 12:14:17 +00:00
{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"austinlyons",
"cbliard",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"digitalronin",
"doncruse",
"etrepum",
"ghajba",
"kytrinyx",
"lpil",
"neenjaw",
"parkerl",
"pminten",
"rsslldnphy",
"seeflanigan",
"sotojuan",
"Teapane",
"tjcelaya",
"Tonkpils",
"victorpre",
"vladimir-tikhonov",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/bob.ex"
],
"test": [
"test/bob_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
}