advent-of-code-2023/index.ts

3 lines
62 B
TypeScript

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