advent-of-code/2019/Scala/day13/worksheet13.sc

16 lines
163 B
Python
Raw Normal View History

2019-12-13 07:38:22 +01:00
import intcode.Machine
import kamlib.Reader
import scala.collection.mutable
// Initialize initial program memory
var maxX = 0
var maxY = 0