#[cfg(test)] mod tests { use super::*; #[test] fn test_main() { assert!(true, "Basic sanity check"); } }