exercism-c/etl/.exercism/config.json
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00

28 lines
495 B
JSON

{
"blurb": "We are going to do the `Transform` step of an Extract-Transform-Load.",
"authors": [
"vlzware"
],
"contributors": [
"h-3-0",
"patricksjackson",
"QLaille",
"ryanplusplus",
"wolf99"
],
"files": {
"solution": [
"etl.c",
"etl.h"
],
"test": [
"test_etl.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"source": "The Jumpstart Lab team",
"source_url": "http://jumpstartlab.com"
}