From 8b0b5b394e5eca8538956fecbaa70ca66fdde24b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 26 Apr 2023 16:25:43 +0200 Subject: Add the files --- Sources/Patterns/Patterns.swift | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Sources/Patterns/Patterns.swift (limited to 'Sources/Patterns/Patterns.swift') diff --git a/Sources/Patterns/Patterns.swift b/Sources/Patterns/Patterns.swift deleted file mode 100644 index 52a8771..0000000 --- a/Sources/Patterns/Patterns.swift +++ /dev/null @@ -1,6 +0,0 @@ -public struct Patterns { - public private(set) var text = "Hello, World!" - - public init() { - } -} -- cgit