adamratzman
12/02/2020, 5:11 AMbjonnh
12/02/2020, 5:13 AMbjonnh
12/02/2020, 5:14 AMadamratzman
12/02/2020, 5:20 AMWietlol
12/02/2020, 5:30 AMJakub Gwóźdź
12/02/2020, 6:47 AMcount {...}
is the way to go. today's puzzle couldn't be easier https://github.com/jakubgwozdz/advent-of-code-2020/blob/main/src/commonMain/kotlin/advent2020/day02/Day02Puzzle.ktephemient
12/02/2020, 7:02 AM"""raw string"""
you don't have to double up your backslashes?ephemient
12/02/2020, 7:03 AM"""(\d+)-(\d+) (\w): (\w*)""".toRegex()
Jakub Gwóźdź
12/02/2020, 7:19 AMbjonnh
12/02/2020, 2:57 PMJérôme Gully
12/02/2020, 6:04 PM