Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 337 Bytes

How to use this repository

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