Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aocd/mod.ts>Aocd#getInput

A CLI tool and library for Advent of Code solutions
Latest
method Aocd.prototype.getInput
Re-export
import { Aocd } from "https://deno.land/x/aocd@v1.5.3/mod.ts";

Parameters

year: number
day: number

Returns

Promise<string>