Categorygithub.com/artsaban/advent-of-code
repository
0.0.0-20241209052440-cde4fc897866
Repository: https://github.com/artsaban/advent-of-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Advent of Code

How to run:

  1. Add your https://adventofcode.com/ session cookie to .env file in the root.

    // .env
    session=12345 // <- place your session value here
    
  2. ./run.sh <year> <day>. For example ./run.sh 2015 1