Day 14 & 15 progress
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
var auto bool
|
||||
|
||||
func main() {
|
||||
progFileName := "finishinput"
|
||||
progFileName := "input"
|
||||
|
||||
if len(os.Args) > 1 && os.Args[1] == "-auto" {
|
||||
auto = true
|
||||
@@ -90,7 +90,6 @@ func play(prog []int) {
|
||||
}
|
||||
}
|
||||
}
|
||||
//lookForScore(p, score)
|
||||
switch p.State() {
|
||||
case intcode.RET_ERR:
|
||||
panic(p.Error())
|
||||
|
Reference in New Issue
Block a user