advent-of-code/2023/day-2
Dan Anglin 76583b3dda
All checks were successful
/ test (pull_request) Successful in 25s
refactor: add common functions to internal package
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
..
files feat: add solution for 2023, Day 2: Cube Conundrum 2023-12-02 17:00:27 +00:00
game.go fix: use the constant value for 'blue' 2023-12-03 01:31:50 +00:00
game_test.go tests: update test suite for Day 2 2023-12-04 18:02:44 +00:00
main.go refactor: add common functions to internal package 2023-12-05 19:43:52 +00:00
main_test.go tests: add missing test suite descriptions 2023-12-04 23:19:53 +00:00