Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 250 Bytes

Advent of Code 2022

My personal advent of code repository.

Setup requires a .env file in the root directory with the environment variable API_TOKEN containing the session cookie for the aoc api.

# .env file
API_TOKEN=<Session token>