Solution to secret handshake in Bash

This commit is contained in:
David Doblas Jiménez
2023-06-11 18:44:46 +02:00
parent ffb3f4804b
commit 8db600e59a
7 changed files with 967 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"secret_handshake.sh"
],
"test": [
"secret_handshake.bats"
],
"example": [
".meta/example.sh"
]
},
"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/qt0437047"
}

View File

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