This commit is contained in:
2022-12-17 20:09:45 +01:00
parent 949178dd0c
commit cdc79643be
7 changed files with 1049 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import std/[]
const input = readFile("input.txt")
const input = readFile("day_DAYNR/input.txt")
proc solvePart1() =
echo "TODO"