pvjc24/cv4/list-ops/.meta/config.json

26 lines
383 B
JSON
Raw Permalink Normal View History

2024-03-07 19:52:21 +00:00
{
"authors": [
"wolf99"
],
"contributors": [
"patricksjackson",
"rootbeersoup",
"ryanplusplus",
"xihh87"
],
"files": {
"solution": [
"list_ops.c",
"list_ops.h"
],
"test": [
"test_list_ops.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"blurb": "Implement basic list operations."
}