diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-26 16:25:43 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-26 16:25:43 +0200 |
| commit | 8b0b5b394e5eca8538956fecbaa70ca66fdde24b (patch) | |
| tree | d627bb4c4870f43dbc926df5d65dcc84cd2c53de /Sources/Patterns/Patterns.swift | |
| parent | 08da0038960b2b37c88e793c9b8dbe33e7884af5 (diff) | |
Add the files
Diffstat (limited to 'Sources/Patterns/Patterns.swift')
| -rw-r--r-- | Sources/Patterns/Patterns.swift | 6 |
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() { - } -} |