1pub mod rng; 2pub mod fegame; 3pub mod simple_calc; 4pub mod weapon; 5pub mod unit; 6 7 8#[cfg(test)] 9mod tests { 10 #[test] 11 fn it_works() { 12 assert_eq!(2 + 2, 4); 13 } 14}