secret_handshake

This commit is contained in:
2024-03-11 08:03:00 -04:00
parent e950cc6d90
commit af9641f4e9
11 changed files with 351 additions and 0 deletions

View 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": "https://www.imdb.com/title/tt0058331/quotes/?item=qt0437047"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"secret-handshake","id":"a6cee5c3d5854a26823d4e65de58e330","url":"https://exercism.org/tracks/elixir/exercises/secret-handshake","handle":"negrienko","is_requester":true,"auto_approve":false}