Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3/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.