4 lines
47 B
Rust
4 lines
47 B
Rust
fn main() {
|
|
let dice = Dice::grab(3, 6);
|
|
}
|
fn main() {
|
|
let dice = Dice::grab(3, 6);
|
|
}
|