aboutsummaryrefslogtreecommitdiff
path: root/Sources/Patterns/Patterns.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-26 16:25:43 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-26 16:25:43 +0200
commit8b0b5b394e5eca8538956fecbaa70ca66fdde24b (patch)
treed627bb4c4870f43dbc926df5d65dcc84cd2c53de /Sources/Patterns/Patterns.swift
parent08da0038960b2b37c88e793c9b8dbe33e7884af5 (diff)
Add the files
Diffstat (limited to 'Sources/Patterns/Patterns.swift')
-rw-r--r--Sources/Patterns/Patterns.swift6
1 files changed, 0 insertions, 6 deletions
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() {
- }
-}