advent-of-code/2023/day-1
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 Initial commit 2023-12-01 15:03:51 +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
part_one.go refactor: add common functions to internal package 2023-12-05 19:43:52 +00:00
part_two.go refactor(Day 1): replace recursive calls with loop 2023-12-04 23:07:45 +00:00