package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev
# Functions
NewIntcodeServer creates a new Intcode server with an empty list of VMs.
# Structs
IntcodeServer implements a server that can run Intcode VMs, taking input from and providing output to the client.