renamed module... for some reason

This commit is contained in:
alexchao26
2020-11-27 02:53:18 -05:00
parent b883a59052
commit 574bb4b9cc
58 changed files with 100 additions and 78 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"adventofcode/util"
"github.com/alexchao26/advent-of-code-go/util"
"fmt"
"strconv"
"strings"
+2 -2
View File
@@ -1,7 +1,7 @@
package main
import (
"adventofcode/util"
"github.com/alexchao26/advent-of-code-go/util"
"fmt"
"strconv"
"strings"
@@ -28,7 +28,7 @@ func main() {
// run step on the cloned slice
step(clone, 0)
// check if the zero address is equal to the AoC value
// check if the zero address is equal to the github.com/alexchao26/advent-of-code-go value
if clone[0] == 19690720 {
// print answers to console (manually add to advent of code)
fmt.Println("noun is", i, "verb is", j)