Categorygithub.com/aleckramarczyk/AdventOfCode
repository
0.0.0-20231204024822-98694a0699e5
Repository: https://github.com/aleckramarczyk/adventofcode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Running Locally


AOC_SESSION_COOKIE=cookie go run cmd/main.go 

This will default to running both parts of todays solution.

You can change this behavior with these arguments:

  • -y 2023
    • specifies the year of the solution you want to run
  • -d 1
    • specifies the day of solution
  • -p 1
    • specifies which part of the solution
    • use 0 or leave unspecified to run both parts
  • -s cookie
    • pass session cookie as an argument
    • will override environment variable