My solutions of the coding challenges of the Advent of Code 2023 Event. All challenges are solved in Go and its standard library.
- Clone the repository
$ git clone https://github.com/gKits/AoC2023
- Move into the cloned directory
$ cd AoC2023
- Run the solution of the desired day and part
$ go run main.go -day {day_num} -part {part_num}
-day input the daily puzzle you want to solve
-part input the part you want to solve (default: 1)
-test use test input instead