Function aoc::year2015::day11::fill

source ยท
fn fill(password: [u8; 8], start: u8) -> [u8; 8]
Expand description

Creates a sequence of form aabcc from an arbitrary starting character.