aoc2018/aoc2018.nim
2021-12-13 16:05:04 +01:00

5 lines
72 B
Nim

import tools/aoc
var test: AOCDay = initAOCDay(1)
echo test.getInput()