struct AdventOfCode::Instruction

Defined in:

crystal/08.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operation : String, value : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(operation _operation = @operation, value _value = @value) #

[View source]
def operation : String #

def value : Int32 #