Skip to main content
Module

x/aocd/mod.ts>Options

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

Properties

time: boolean

Show the runtimes of the solvers.

submit: boolean

Submit the answer to the AoC website.

concurrency: boolean

Execute the solvers concurrently. Only has benefit if they're asynchronous functions.

printResults: boolean
resultsInOrder: boolean

When using concurrency mode, still print the results in order.