advent-of-code-2023/index.ts

3 lines
62 B
TypeScript
Raw Normal View History

import { runDayThree } from "./src/day_three";
runDayThree();