Day 14 & 15 progress

This commit is contained in:
2019-12-15 08:57:44 -06:00
parent 74510f9723
commit a3cee63862
9 changed files with 336 additions and 2 deletions

View File

@@ -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())