class DayTwo::Intcode

Defined in:

day_two/intcode.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(program : String, substitutions = {12, 2}) #

[View source]

Class Method Detail

def self.compile(program : String, substitutions = {12, 2}) : Array(Int32) #

[View source]

Instance Method Detail

def execute : Array(Int32) #

[View source]
def program : Array(Int32) #

[View source]