1 2 3 4 5 6 7
const MAX_PLAYERS: u8 = 10; static CASINO_NAME: &str = "Rusty Casino"; static mut MUT_CASINO_NAME: &str = "Rusty Casino"; // Unsafe fn main() { }