Day 17: No Such Thing as Too Much

Loading code...

pub fn day_17_1 (input: &str) -> String {
	return String::from("Not implemented!");
}

pub fn day_17_2 (input: &str) -> String {
	return String::from("Not implemented!");
}