Newer
Older
exercism-cpp / acronym / .exercism / config.json
@Wook Song Wook Song on 30 Oct 2022 451 bytes Easy: Add a solution for "Acronym"
{
  "blurb": "Convert a long phrase to its acronym",
  "authors": [
    "chgraef"
  ],
  "contributors": [
    "elyashiv",
    "KevinWMatthews",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "acronym.cpp",
      "acronym.h"
    ],
    "test": [
      "acronym_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Julien Vanier",
  "source_url": "https://github.com/monkbroc"
}