mirror of
https://github.com/ershisan99/advent-of-code.git
synced 2025-12-16 20:49:24 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import {day1Part1} from "./day-1/day1-part1.ts";
|
|
import {day1Part2} from "./day-1/day1-part2.ts";
|
|
|
|
await day1Part2() |