Newer
Older
exercism-cpp / etl / .exercism / config.json
@Wook Song Wook Song on 28 Oct 2022 559 bytes Easy: Add a solution for "ETL"
{
  "blurb": "We are going to do the `Transform` step of an Extract-Transform-Load.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "objarni",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "etl.cpp",
      "etl.h"
    ],
    "test": [
      "etl_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "The Jumpstart Lab team",
  "source_url": "http://jumpstartlab.com"
}