advent-of-code-2023/index.ts

3 lines
54 B
TypeScript

import {runDayTen} from "./src/day_ten";
runDayTen();