Ready for day 11

This commit is contained in:
Daniel Flanagan 2020-12-10 12:37:44 -06:00
parent 84a210170f
commit 18108cd0c6
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 8 additions and 1 deletions

View File

@ -9,4 +9,4 @@ proc solve_for_day(n: int) {.used.} =
when isMainModule:
# solve_all()
solve_for_day(10)
solve_for_day(11)

7
2020/src/day11.nim Normal file
View File

@ -0,0 +1,7 @@
import streams
proc part1*(s: Stream): int =
0
proc part2*(s: Stream): int =
0