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