struct Line

Defined in:

day_02/part_one.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(a : Int32, b : Int32, required_letter : Char, password : String) #

[View source]

Instance Method Detail

def a : Int32 #

[View source]
def a=(a : Int32) #

[View source]
def b : Int32 #

[View source]
def b=(b : Int32) #

[View source]
def password : String #

[View source]
def password=(password : String) #

[View source]
def required_letter : Char #

[View source]
def required_letter=(required_letter : Char) #

[View source]