Initial upload
This commit is contained in:
27
elixir/secret-handshake/.exercism/config.json
Normal file
27
elixir/secret-handshake/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "http://www.imdb.com/title/tt0058331/quotes/qt0437047"
|
||||
}
|
1
elixir/secret-handshake/.exercism/metadata.json
Normal file
1
elixir/secret-handshake/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"secret-handshake","id":"4b8f23d5e55540c2be5440fc65a31828","url":"https://exercism.org/tracks/elixir/exercises/secret-handshake","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user