My personal repository for solving advent of code 2023 using golang.
I focus on improving performance by parallelizing code, as well as improving at golang.
Add your "input.txt" in the corresponding /day-<number> folder (i.e. /day-01/input.txt).
Update the task you want to solve in main.go and execute go run . from the root directory or if you use VSCode press F5.