Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 537 Bytes

Larandar's code puzzle solving

How to use

Initialization

Create a puzzling.toml file at the root of the crate

[advent_of_code]
session_secret = "YOUR_ADVENT_OF_CODE_SESSION_ID_HERE"

Daily runner

./advent.fish YYYY DD

Meme

meme

Archive: the Python version

In 2020 I implemented most of Advent of Code in Python, the code is archived in the archive-python branch of this repository.