advent-of-code/2021/05
2021-12-07 14:26:36 +01:00
..
line Added the first days 2021-12-07 14:26:36 +01:00
example Added the first days 2021-12-07 14:26:36 +01:00
first.go Added the first days 2021-12-07 14:26:36 +01:00
first_v2.go Added the first days 2021-12-07 14:26:36 +01:00
go.mod Added the first days 2021-12-07 14:26:36 +01:00
input Added the first days 2021-12-07 14:26:36 +01:00
README.md Added the first days 2021-12-07 14:26:36 +01:00
second.go Added the first days 2021-12-07 14:26:36 +01:00
second_v2.go Added the first days 2021-12-07 14:26:36 +01:00

I went a little overboard with a parsing tutorial.

I wanted to manually write a parser from quite some time now and seized this opportunity. It would have been trivial with just a scanner or even a regex, but hey learning!