2019 Day 17 Complete

This commit is contained in:
2019-12-18 14:21:01 -06:00
parent 5d8cf97902
commit 39f5680ff3
3 changed files with 29 additions and 18 deletions

View File

@@ -7,6 +7,17 @@ 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
A,B,A,C,A,C,B,C,C,B
A=L,4,L,4,L,10,R,4
B=R,4,L,4,L,4,R,8,R,10
C=R,4,L,10,R,10
*/
func main() {
pt := helpers.GetArgNumber(1)
prog := intcode.ReadIntCodeFile("input")