Crate advent_of_code[][src]

Expand description

This crates provides solutions for Advent of Code problems.

Macros

test_part_one
test_part_one_error
test_part_two
test_part_two_error

Functions

solve

Returns the solution for the specified given problem and input.

solve_raw

A version of solve that takes strings as arguments and parses them to the required types.