mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 20:53:30 +02:00
renamed module... for some reason
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"adventofcode/util"
|
||||
"github.com/alexchao26/advent-of-code-go/util"
|
||||
"fmt"
|
||||
"log"
|
||||
"strconv"
|
||||
@@ -28,7 +28,7 @@ func main() {
|
||||
digits = getNextOutputNumber(digits, patterns)
|
||||
}
|
||||
|
||||
// Transform into AoC output
|
||||
// Transform into github.com/alexchao26/advent-of-code-go output
|
||||
var firstEightDigits int
|
||||
for i := 0; i < 8; i++ {
|
||||
firstEightDigits *= 10
|
||||
|
||||
Reference in New Issue
Block a user