2021 Day 12
This commit is contained in:
parent
020429ff62
commit
b5538b2540
2 changed files with 183 additions and 0 deletions
|
|
@ -91,3 +91,7 @@ func Ints(text string) (ns []int) {
|
|||
}
|
||||
return
|
||||
}
|
||||
|
||||
func ExLines(text string) []string {
|
||||
return strings.Split(strings.TrimSpace(text), "\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue