use grep_lib; #[test] fn it_add() { assert_eq!( grep_lib::add(2, 2), 4 ); }