uv sync
Go to: https://adventofcode.com/ and login with your account
- Open Chrome DevTools > Application > Cookies:
- Copy the value of the session cookie
-
Run the following commands:
mkdir -p ~/.config/aocd cat > ~/.config/aocd/session
uv run generate
uv run test [DAY]
uv run solve [DAY]
