Function advent_of_code::solve_raw[][src]

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

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