Split intcode-processor to it's own library, made day 2 work with it

This commit is contained in:
2019-12-04 14:07:27 -06:00
parent 6c4a6187ff
commit bbfcc6022d
8 changed files with 264 additions and 261 deletions

View File

@@ -1,4 +1,4 @@
package intcode
package intcodeprocessor
import (
"fmt"