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:
@@ -5,8 +5,8 @@ import (
|
||||
"math"
|
||||
"strings"
|
||||
|
||||
"adventofcode/2019/day10/part2/trig"
|
||||
"adventofcode/util"
|
||||
"github.com/alexchao26/advent-of-code-go/2019/day10/part2/trig"
|
||||
"github.com/alexchao26/advent-of-code-go/util"
|
||||
)
|
||||
|
||||
/*
|
||||
@@ -98,7 +98,7 @@ func main() {
|
||||
|
||||
// print the last used asteroid
|
||||
fmt.Println("Last asteroid", lastAsteroid)
|
||||
// print the AoC-formatted answer
|
||||
// print the github.com/alexchao26/advent-of-code-go-formatted answer
|
||||
fmt.Println("Advent of code answer: ", lastAsteroid.y*100+lastAsteroid.x)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user