Skip to content

Commit cfb9f2e

Browse files
committed
💡 Example event to parse
1 parent 14ee659 commit cfb9f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Parser.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Foundation
22

33
class Parser {
4+
// - 08:00 - 10:00 🏝️ Take a break
45
static func parse(text: String) -> AddEvent {
56
AddEvent(
67
title: text,

0 commit comments

Comments
 (0)