Skip to main content
Module

x/aocd/mod.ts>getAocd

A CLI tool and library for Advent of Code solutions
Go to Latest
function getAocd
import { getAocd } from "https://deno.land/x/aocd@v1.3.2/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.