We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ee659 commit cfb9f2eCopy full SHA for cfb9f2e
Sources/Parser.swift
@@ -1,6 +1,7 @@
1
import Foundation
2
3
class Parser {
4
+ // - 08:00 - 10:00 🏝️ Take a break
5
static func parse(text: String) -> AddEvent {
6
AddEvent(
7
title: text,
0 commit comments