Fix warnings
This commit is contained in:
parent
2439761d36
commit
e52c644532
|
@ -1,4 +1,4 @@
|
|||
import sets, streams, strutils, options, input_helpers
|
||||
import sets, streams, strutils, input_helpers
|
||||
|
||||
# Day 1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import streams, strutils, sequtils, re, options
|
||||
import streams, strutils, re
|
||||
|
||||
type PasswordPolicy = tuple[min: int, max: int, keyChar: char]
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
import streams
|
||||
|
||||
let sledSlope = (3, 1)
|
||||
|
||||
proc part1*(s: Stream): int =
|
||||
0
|
||||
|
||||
|
|
Loading…
Reference in a new issue