class DayTwo::Instruction

Defined in:

day_two/instruction.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instructions : Tuple(Int32, Int32, Int32, Int32), memory : Array(Int32)) #

[View source]

Instance Method Detail

def execute #

[View source]
def instructions : {Int32, Int32, Int32, Int32} #

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

[View source]