Skip to main content
Module

x/aocd/mod.ts>Solver

A CLI tool and library for Advent of Code solutions
Go to Latest
type alias Solver
Re-export
import { type Solver } from "https://deno.land/x/aocd@v1.0.5/mod.ts";
definition: (input: string) => number | Promise<number>