Fix warnings

This commit is contained in:
Daniel Flanagan 2020-12-03 09:57:12 -06:00
parent 2439761d36
commit e52c644532
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import sets, streams, strutils, options, input_helpers
import sets, streams, strutils, input_helpers
# Day 1

View File

@ -1,4 +1,4 @@
import streams, strutils, sequtils, re, options
import streams, strutils, re
type PasswordPolicy = tuple[min: int, max: int, keyChar: char]

View File

@ -1,5 +1,7 @@
import streams
let sledSlope = (3, 1)
proc part1*(s: Stream): int =
0