advent-of-code/solutions/4
2020-12-05 10:48:31 +01:00
..
go 4 in go 2020-12-05 10:48:31 +01:00
python 4 in go 2020-12-05 10:48:31 +01:00
README.md 4 2020-12-04 06:40:52 +01:00

4

This one was a lot of parsing, but nothing regexp can't do. The first is quite straight forward, just check that all but cid are present.

The second was a bit of validation for each field, but again some simple regexp and number checking and the job is done 🙂

Solutions
  1. 206
  2. 123