From cba675a2b29eac5d4474f526027914246e01cdd8 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Thu, 9 Dec 2021 20:18:36 +0100 Subject: [PATCH] removed unnecessary import --- Sources/09/09.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/09/09.swift b/Sources/09/09.swift index 055cf8c..15883c3 100644 --- a/Sources/09/09.swift +++ b/Sources/09/09.swift @@ -7,7 +7,6 @@ import Foundation import Runner -import Collections struct Coord: Hashable { let row: Int