Skip to main content
Module

x/aocd/mod.ts>AocdSource

A CLI tool and library for Advent of Code solutions
Go to Latest
interface AocdSource
Re-export
import { type AocdSource } from "https://deno.land/x/aocd@v1.4.0/mod.ts";

Methods

getInput(year: number, day: number): Promise<string>
submit(
year: number,
day: number,
part: number,
solution: Answer,
): Promise<boolean>