//
pkg.gl
Category
github.com/obalunenko/advent-of-code
internal
puzzles
common
intcomputer
package
1.15.0
Repository:
https://github.com/obalunenko/advent-of-code.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
2
Files
133 SLOC
#
Functions
New
New creates instance of IntComputer from passed intcode program.
#
Variables
ErrNotExist
ErrNotExist returns in case when value not found in memory.
#
Structs
IntComputer
IntComputer represents inctomputer instance.