From 5d90c4c40ded5e60877bbd66387ac788929b7353 Mon Sep 17 00:00:00 2001 From: Kapliuk Date: Wed, 13 Mar 2024 21:00:12 +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/.meta/config.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv4/.meta/config.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cv4/.meta/config.json 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." -}