mod dice; fn main() { println!("Rolling d20:"); println!("{}", dice::roll_die(20)); }