View Source AoC (aoc v0.14.0)
Summary
Types
@type file() :: input_path() | %AoC.Input.TestInput{content: term()}
@type input() :: binary() | File.Stream.t()
@type input_path() :: binary()
@type part() :: :part_one | :part_two
@type problem() :: any()