Initial commit

This commit is contained in:
2024-12-01 22:55:29 +01:00
commit 8ffa29c9f6
9 changed files with 1301 additions and 0 deletions

4
index.ts Normal file
View File

@@ -0,0 +1,4 @@
import {day1Part1} from "./day-1/day1-part1.ts";
import {day1Part2} from "./day-1/day1-part2.ts";
await day1Part2()