Commit graph

7 commits

Author SHA1 Message Date
76583b3dda
refactor: add common functions to internal package
All checks were successful
/ test (pull_request) Successful in 25s
It's time to add common functions to the internal 'common' package.

- Add the function that read the contents from a file to a list.
- Add the function that parses a list of integers from a string.

...and more to come later...
2023-12-05 19:43:52 +00:00
904a2919f6
tests: add missing test suite descriptions 2023-12-04 23:19:53 +00:00
bd36605f3e
tests: update test suite for Day 2 2023-12-04 18:02:44 +00:00
064b0a5abe
fix: use the constant value for 'blue'
All checks were successful
/ test (pull_request) Successful in 27s
2023-12-03 01:31:50 +00:00
01118b683b
refactor(test): condense test table 2023-12-02 18:01:53 +00:00
5e2efe6688
fix: read from input once
Refactored the code for the Day 2 solutions so that the input file is
only read once.
2023-12-02 17:46:44 +00:00
b8dba2d4e4
feat: add solution for 2023, Day 2: Cube Conundrum 2023-12-02 17:00:27 +00:00