directory
1.15.0
Repository: https://github.com/obalunenko/advent-of-code.git
Documentation: pkg.go.dev
# Packages
Package intcomputer provides functionality for Intcode programs calculation Intcode programs are given as a list of integers; these values are used as the initial state for the computer's memory.
Package utils provide common used functionality to work with files, readers and so on.