5 lines
72 B
Nim
5 lines
72 B
Nim
import tools/aoc
|
|
|
|
var test: AOCDay = initAOCDay(1)
|
|
echo test.getInput()
|
import tools/aoc
|
|
|
|
var test: AOCDay = initAOCDay(1)
|
|
echo test.getInput()
|