Day 3
This commit is contained in:
13
template.nim
Normal file
13
template.nim
Normal file
@@ -0,0 +1,13 @@
|
||||
import std/[]
|
||||
|
||||
const input = readFile("input.txt")
|
||||
|
||||
proc solvePart1() =
|
||||
echo "TODO"
|
||||
|
||||
proc solvePart2() =
|
||||
echo "TODO"
|
||||
|
||||
if isMainModule:
|
||||
solvePart1()
|
||||
solvePart2()
|
||||
Reference in New Issue
Block a user