diff --git a/cv4/.meta/config.json b/cv4/.meta/config.json deleted file mode 100644 index dd36a7a..0000000 --- a/cv4/.meta/config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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." -}