Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 502 Bytes

advent-of-code-23

My solutions to "Advent of Code 2023" problems. Undertaking these for fun and educational reasons. Aim to complete as many as I can without losing too much time.

My previous attempts:

Running the code

go run main.go -day {n} -s {sessionCookie}

where:

  • {n} = which day's solution you're interested in
  • {sessionCookie} = is your unique auth cookie for accessing the problems