Skip to main content
Module

x/aocd/mod.ts

A CLI tool and library for Advent of Code solutions
Latest
import * as aocd from "https://deno.land/x/aocd@v1.5.1/mod.ts";

Functions

Use this if you want to manually configure Aocd options programmatically or if you want to configure where Aocd gets its data from. Throws an error if the Aocd singleton has already been configured.

Main entrypoint into this library. Returns an automatically configured Aocd singleton instance.

Run a solver with a given day's input.