Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 765 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 765 Bytes

advent of code 2024

my solutions for advent of code 2024 in golang.

structure

/
├── 1/            # solution for each day
    ├── main.go   # puzzle solution, each part is executed by a flag
    └── input.txt # puzzle input

running solutions

afaict this should work:

cd <day>
go run main.go -1 # run first solution
go run main.go -2 # run second solution

progress

i'll be updating it whenever i finish a solution

  • day 01
  • day 02
  • day 03
  • day 04
  • day 05
  • day 06
  • day 07
  • day 08
  • day 09
  • day 10
  • day 11 ...etc

disclaimer

these solutions are PROVIDED AS IS with NO WARRANTY WHATSOEVER. if you copy them, you'll get put on santa's naughty list.