UNPKG

expeditaet

Version:
9 lines (6 loc) 219 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, { input: '' }); // 0 ~0ms