Skip to content

tomaskul/advent-of-code-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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