[][src]Function advent_of_code::solve_raw

pub fn solve_raw(
    year_string: &str,
    day_string: &str,
    part_string: &str,
    input: &str
) -> Result<String, String>

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