fixing path due to new 2019 folder

This commit is contained in:
alexchao26
2020-09-06 20:23:29 -04:00
parent 3aa2b3e09a
commit 62efd77655
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"math"
"strings"
"adventofcode/day10/part2/trig"
"adventofcode/2019/day10/part2/trig"
"adventofcode/util"
)