doc: add the first example

This commit is contained in:
2025-11-15 12:14:17 +01:00
parent 2497447f46
commit 16174254b9

View File

@@ -0,0 +1,3 @@
fn main() {
let dice = Dice::grab(3, 6);
}