pub fn solve_raw( year: &str, day: &str, part: &str, input: &str, ) -> Result<ResultType, String>
A version of solve that takes strings as arguments and parses them to the required types.