class Aoc2022::Day11::Operation

Defined in:

aoc2022/days/day11.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operator : String, operand : String) #

[View source]

Instance Method Detail

def execute_with(item : Int64) : Int64 #

[View source]