module AdventOfCode2021::Day3

Extended Modules

Defined in:

day3/day3.cr

Constant Summary

DAY = 3

Instance Method Summary

Instance Method Detail

def main #

[View source]
def parse_input(input : String) : Array(String) #

[View source]
def select_co2_numbers(input, bit) #

[View source]
def solution1(input) : Int32 #

[View source]
def solution2(input) : Int32 #

[View source]