mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-14 05:44:59 +00:00
move to 2020 fodler
This commit is contained in:
14
2020/solutions/4/README.md
Normal file
14
2020/solutions/4/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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 🙂
|
||||
|
||||
<details>
|
||||
<summary>Solutions</summary>
|
||||
<ol>
|
||||
<li>206</li>
|
||||
<li>123</li>
|
||||
</ol>
|
||||
</details>
|
||||
Reference in New Issue
Block a user