mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +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"
|
||||
"strconv"
|
||||
"strings"
|
||||
@@ -35,7 +35,7 @@ func main() {
|
||||
fmt.Printf("output received at %v, %v to go\n", time.Now(), 100-i-1)
|
||||
}
|
||||
|
||||
// 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