From 0fb3a5ee2f09d9db466eb038d3c9b77c518e0fd4 Mon Sep 17 00:00:00 2001
From: Mactavish <maczhanchao@yahoo.com>
Date: Wed, 26 Apr 2023 21:04:35 +0200
Subject: [PATCH] git remove unused file

---
 exercises/hamming/.exercism/config.json   | 38 -----------------------
 exercises/hamming/.exercism/metadata.json |  1 -
 2 files changed, 39 deletions(-)
 delete mode 100644 exercises/hamming/.exercism/config.json
 delete mode 100644 exercises/hamming/.exercism/metadata.json

diff --git a/exercises/hamming/.exercism/config.json b/exercises/hamming/.exercism/config.json
deleted file mode 100644
index 2c00277..0000000
--- a/exercises/hamming/.exercism/config.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
-  "authors": [
-    "sunzenshen"
-  ],
-  "contributors": [
-    "bcc32",
-    "Gamecock",
-    "gea-migration",
-    "h-3-0",
-    "hintjens",
-    "JacobMikkelsen",
-    "kytrinyx",
-    "lpil",
-    "patricksjackson",
-    "QLaille",
-    "RealBarrettBrown",
-    "ryanplusplus",
-    "siebenschlaefer",
-    "sjwarner",
-    "wolf99"
-  ],
-  "files": {
-    "solution": [
-      "hamming.c",
-      "hamming.h"
-    ],
-    "test": [
-      "test_hamming.c"
-    ],
-    "example": [
-      ".meta/example.c",
-      ".meta/example.h"
-    ]
-  },
-  "blurb": "Calculate the Hamming difference between two DNA strands.",
-  "source": "The Calculating Point Mutations problem at Rosalind",
-  "source_url": "http://rosalind.info/problems/hamm/"
-}
diff --git a/exercises/hamming/.exercism/metadata.json b/exercises/hamming/.exercism/metadata.json
deleted file mode 100644
index d1c2bd0..0000000
--- a/exercises/hamming/.exercism/metadata.json
+++ /dev/null
@@ -1 +0,0 @@
-{"track":"c","exercise":"hamming","id":"355be382464849cea1bb20968f94c910","url":"https://exercism.org/tracks/c/exercises/hamming","handle":"mactavishz","is_requester":true,"auto_approve":false}
\ No newline at end of file
-- 
GitLab