2019 Day 19 Begun

This commit is contained in:
2019-12-19 09:28:46 -06:00
parent 068b018cc0
commit eea657e331
3 changed files with 186 additions and 6 deletions

View File

@@ -7,12 +7,6 @@ import (
var layout [][]byte
/*
L,4,L,4,L,10,R,4,R,4,L,4,L,4,R,8,R,10,L,4,L,4,L,10,R,4,R,4,L,10,R,10,L,4,L,4,L,10,R,4,R,4,L,10,R,10,R,4,L,4,L,4,R,8,R,10,R,4,L,10,R,10,R,4,L,10,R,10,R,4,L,4,L,4,R,8,R,10
*/
func main() {
pt := helpers.GetArgNumber(1)
prog := intcode.ReadIntCodeFile("input")