aoc::year2015::day22

Function boss_turn

Source
fn boss_turn(state: &mut State, attack: i16) -> bool
Expand description

Applies boss attack and returns true if the wizard survives.