From 36e4feafb33076585f5059acd60547aa0660f6a3 Mon Sep 17 00:00:00 2001 From: Kapliuk Date: Wed, 13 Mar 2024 16:12:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B8=D0=B4=D0=B0=D0=BB=D0=B8=D1=82?= =?UTF-8?q?=D0=B8=20'cv4/list-ops/.meta/config.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv4/list-ops/.meta/config.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cv4/list-ops/.meta/config.json diff --git a/cv4/list-ops/.meta/config.json b/cv4/list-ops/.meta/config.json deleted file mode 100644 index dd36a7a..0000000 --- a/cv4/list-ops/.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." -}