Commit graph

4 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
53c58fa8c0
feat: add solution for 2023, Day 4
All checks were successful
/ test (pull_request) Successful in 27s
- Add the solution and the test suite for the Advent of Code,
  2023 - Day 4: Scratchcards
- style: applied gofmt for formatting
2023-12-04 17:36:05 +00:00
0f1ee8c599
refactor(Day 3): updated Day 3 solution code
- added a custom function to check if a rune is a symbol.
- changed name of type 'answer' to 'solution'.
- ci(forgejo actions): updated setup-go from v3 to v4.
2023-12-04 13:10:03 +00:00
5af35d0ccc
feat: add solution for 2023, Day 3
All checks were successful
/ test (pull_request) Successful in 24s
Add the solution and test suite for AoC 2023, Day 3: Gear Ratios
2023-12-04 01:26:50 +00:00