import { runPart } from "https://deno.land/x/aocd@v1.5.3/mod.ts";
Run a solver with a given day's input.
This method is a shortcut for calling the Aocd.runPart method of the getAocd return value.
Returns
Promise<PartResult>
import { runPart } from "https://deno.land/x/aocd@v1.5.3/mod.ts";
Run a solver with a given day's input.
This method is a shortcut for calling the Aocd.runPart method of the getAocd return value.