#![no_std] #![allow(dead_code)] extern crate alloc; extern crate rand; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }