module Advent

Defined in:

advent.cr
day01.cr

Constant Summary

VERSION = "0.1.2"

Class Method Summary

Class Method Detail

def self.answer(part : Int32, answer : String | Number | Nil | Char) #

[View source]
def self.download(year : Int32, day : Int32) #

[View source]
def self.input(day : Int32, title : String) #

[View source]
def self.input_lines(day : Int32, title : String, &block : String -> ) #

[View source]
def self.input_nostrip(day : Int32, title : String) #

[View source]
def self.run #

[View source]