Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Computer ¶
type Computer struct { AwaitingInput bool OneOutput bool // contains filtered or unexported fields }
Computer represents a IntCode computer.
func (*Computer) Dumps ¶
Dumps returns the state of the computer memory as a string which can be used by Loads().
Click to show internal directories.
Click to hide internal directories.