1 2 3 4 5 6 7
use parth10606_first_crate::core::processor; #[test] fn test_square(){ assert_eq!(processor::square_a_integer(6),36); }