Function aoc_2022::day_17::solution_pt1

source ·
pub fn solution_pt1<S: AsRef<str>>(s: S, iterations: usize) -> Result<isize>