f_arslan_first 0.1.0

An application where you can analyze the given test
Documentation
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() {

}