This is my first attempt solving the Advent of Code, It's just an implementation using Go!
- You can use the Makefile to run a solution for an specific problem, for example the problem 1 and the part 1:
make run_11
- Otherwise Go from the root folder of the project:
go run main.go 1 1
I used these technologies:
- Go 1.21 - Go rules!.
- See improvements in the implementations
- Solve all the problems!