Secret handshake

This commit is contained in:
2022-11-09 17:22:32 +01:00
parent 1c52c91e7f
commit d438eb37b9
13 changed files with 16351 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"blurb": "Given a decimal number, convert it to the appropriate sequence of events for a secret handshake.",
"authors": ["CRivasGomez"],
"contributors": ["masters3d", "SleeplessByte"],
"files": {
"solution": ["secret-handshake.ts"],
"test": ["secret-handshake.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "Bert, in Mary Poppins",
"source_url": "http://www.imdb.com/title/tt0058331/quotes/qt0437047"
}

View File

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