exercism/elixir/secret-handshake/.exercism/config.json

28 lines
582 B
JSON
Raw Normal View History

2024-03-11 12:03:00 +00:00
{
"authors": [
"DoggettCK"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"mlopes",
"neenjaw",
"sotojuan"
],
"files": {
"solution": [
"lib/secret_handshake.ex"
],
"test": [
"test/secret_handshake_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a decimal number, convert it to the appropriate sequence of events for a secret handshake.",
"source": "Bert, in Mary Poppins",
"source_url": "https://www.imdb.com/title/tt0058331/quotes/?item=qt0437047"
}