[][src]Crate advent_of_code

This crates provides solutions for Advent of Code problems.

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.