Newer
Older
exercism-cpp / secret-handshake / .exercism / config.json
{
  "blurb": "Given a decimal number, convert it to the appropriate sequence of events for a secret handshake.",
  "authors": [
    "fcnoronha"
  ],
  "contributors": [
    "elyashiv"
  ],
  "files": {
    "solution": [
      "secret_handshake.cpp",
      "secret_handshake.h"
    ],
    "test": [
      "secret_handshake_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Bert, in Mary Poppins",
  "source_url": "http://www.imdb.com/title/tt0058331/quotes/qt0437047"
}