exercism-c/react/.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

27 lines
392 B
JSON

{
"blurb": "Implement a basic reactive system.",
"authors": [
"petertseng"
],
"contributors": [
"bcc32",
"Gamecock",
"h-3-0",
"patricksjackson",
"QLaille",
"ryanplusplus",
"wolf99"
],
"files": {
"solution": [
"react.c",
"react.h"
],
"test": [
"test_react.c"
],
"example": [
".meta/example.c"
]
}
}