My solutions to the Advent of Code challenges.
Find a file
Dan Anglin 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
.forgejo/workflows refactor(Day 3): updated Day 3 solution code 2023-12-04 13:10:03 +00:00
.github/workflows ci(github): specify the version of Go to use 2023-12-03 00:26:06 +00:00
2023 refactor(Day 3): updated Day 3 solution code 2023-12-04 13:10:03 +00:00
go.mod Initial commit 2023-12-01 15:03:51 +00:00
LICENSE Initial commit 2023-12-01 15:03:51 +00:00
README.asciidoc docs: updated README 2023-12-01 15:04:58 +00:00

Advent of Code

My solutions to the Advent of Code challenges.