Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
27 lines
392 B
JSON
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"
|
|
]
|
|
}
|
|
}
|