Packages

Package to allow you to get input for all advent of code puzzles, rather than pasting them in manually.

Current section

Files

Jump to
advent_of_code_helper config config.exs.sample
Raw

config/config.exs.sample

# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
config :advent_of_code,
session: "<session cookie goes here>",
cache_dir: ".cache/"