Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aocd/mod.ts>getAocd

A CLI tool and library for Advent of Code solutions
Latest
function getAocd
import { getAocd } from "https://deno.land/x/aocd@v1.5.3/mod.ts";

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

The configuration is based on values previously passed to configureAocd or CLI parameters inside Deno.args.