class Aoc2022::Day10::CPU

Defined in:

aoc2022/days/day10.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instructions : Array(String), x : Int32 = 1) #

[View source]

Instance Method Detail

def tick : Bool #

[View source]
def work : Array(String) #

[View source]
def x : Int32 #

[View source]