run on input, not test input
This commit is contained in:
@@ -125,7 +125,7 @@ func partOne() {
|
||||
}
|
||||
|
||||
func partTwo() {
|
||||
f, _ := os.Open("testinput")
|
||||
f, _ := os.Open("input")
|
||||
reader := bufio.NewReader(f)
|
||||
scanner := bufio.NewScanner(reader)
|
||||
|
||||
|
Reference in New Issue
Block a user