UNPKG

expeditaet

Version:
9 lines (6 loc) 204 B
import { task } from '@alexaegis/advent-of-code-lib'; import packageJson from '../package.json'; export const p2 = (_input: string): number => { return 0; }; await task(p2, packageJson.aoc); // 0 ~0ms