How to use this repository Clone the repository: git clone https://github.com/bodemann/AdventOfCode2024.git CD into it: cd AdventOfCode2024 CD into the day you want to see e.g.: src/day1 Replace the file data.txt with the data given to you Start the program: go run main.go