doc: add roll 3d6 example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use oxidice_lib::dice::*;
|
||||
|
||||
fn main() {
|
||||
let outcome = Handful::grab(3, 6).roll();
|
||||
println!("{outcome}");
|
||||
}
|
||||
Reference in New Issue
Block a user