advent-of-code-2023/index.ts

3 lines
54 B
TypeScript
Raw Normal View History

2023-12-17 13:50:20 +00:00
import {runDayTen} from "./src/day_ten";
2023-12-07 08:34:31 +00:00
2023-12-17 13:50:20 +00:00
runDayTen();