advent-of-code-2023/index.ts

3 lines
60 B
TypeScript

import {runDayEight} from "./src/day_eight";
runDayEight();