Function solve_raw

Source
pub fn solve_raw(
    year: &str,
    day: &str,
    part: &str,
    input: &str,
) -> Result<ResultType, String>
Expand description

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