This repo contains my solutions for the Advent of Code 2024.
This year I will be using Go. First Time using Go, so expect some bad code. I will try to streamline it as much as I can.
- Navigate to the subdirectory of the day you want
- On your terminal, run
go run dayX.go- If you want to only the 1st or the 2nd part of the solution, use the flag
--part=and the respective number. For example
go run dayX.go --part=1