feat: add keep_highest method to Outcome
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use oxidice_lib::dice::*;
|
||||
|
||||
fn main(){
|
||||
fn main() {
|
||||
let roll = Handful::grab_exploding(1, 6, 6).roll();
|
||||
println!("{roll}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user