Solution to secret handshake in Bash
This commit is contained in:
25
bash/secret-handshake/.exercism/config.json
Normal file
25
bash/secret-handshake/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
bash/secret-handshake/.exercism/metadata.json
Normal file
1
bash/secret-handshake/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user