1 2 3 4 5 6 7
use ductility::rs::*; #[test] fn print_from_nums() { println!("Cthulhu Fhtagn!!!"); assert_eq!(1 + 1, 2); }