use oxidice_lib::dice::*; fn main() { let roll = Handful::grab_exploding(1, 6, 6).roll(); println!("{roll}"); }