UNPKG

expeditaet

Version:
7 lines (4 loc) 215 B
import { task } from '@alexaegis/advent-of-code-lib'; import packageJson from '../package.json'; export const p1 = (input: string): number => eval(input) as number; await task(p1, packageJson.aoc); // 408 ~0.19ms