Newer
Older
exercism-cpp / two-fer / .exercism / config.json
{
  "blurb": "Create a sentence of the form \"One for X, one for me.\"",
  "authors": [
    "siebenschlaefer"
  ],
  "contributors": [
    "elyashiv"
  ],
  "files": {
    "solution": [
      "two_fer.cpp",
      "two_fer.h"
    ],
    "test": [
      "two_fer_test.cpp"
    ],
    "example": [
      ".meta/example.h"
    ]
  },
  "source_url": "https://github.com/exercism/problem-specifications/issues/757"
}