Commit Graph

16 Commits

Author SHA1 Message Date
fd65c94298 Merge branch 'main' of https://github.com/onyx-and-iris/aoc2023 2023-12-06 04:01:20 +00:00
8af5740946 day-5 2023-12-06 04:01:17 +00:00
c47f06b8e7 cleanup test compare 2023-12-05 01:47:44 +00:00
15af19f442 move Card struct into one.go 2023-12-04 19:41:29 +00:00
981152aba2 whitespace 2023-12-04 19:20:56 +00:00
78f122c850 remove redundant type. 2023-12-04 18:51:16 +00:00
f3985498ce use strings.FieldFunc
remove regex and parsing functions

upd compare test
2023-12-04 18:45:30 +00:00
8aa073b5ad day-4 2023-12-04 17:23:02 +00:00
714558f3c1 add test files to .gitignore 2023-12-04 17:20:48 +00:00
153db25343 fill in CheckDigit test 2023-12-04 03:14:22 +00:00
df7fa4b973 check pass for single digit 2023-12-04 03:13:59 +00:00
c9ea61c7f4 day-3 2023-12-03 23:57:05 +00:00
4593c171d8 no need to check if colour count is 0, just bump. 2023-12-02 22:52:38 +00:00
5b1ca25d3f cut loop short if any value exceeds its limit 2023-12-02 22:40:24 +00:00
bf97f15d04 day-2 2023-12-02 20:13:42 +00:00
07d24c2e8a day-1 2023-12-02 15:07:04 +00:00