module AdventOfCode2021::Day14

Extended Modules

Defined in:

day14/day14.cr

Constant Summary

DAY = 14

Instance Method Summary

Instance Method Detail

def main #

[View source]
def parse_input(input : String) : Tuple(String, Hash(String, Char)) #

[View source]
def solution1(template : String, rules : Hash(String, Char)) : UInt64 #

[View source]
def solution2(template : String, rules : Hash(String, Char)) : UInt64 #

[View source]