advent-of-code/2023/day-4
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 4 2023-12-04 17:36:05 +00:00
main.go refactor: add common functions to internal package 2023-12-05 19:43:52 +00:00
main_test.go feat: add solution for 2023, Day 4 2023-12-04 17:36:05 +00:00