use learn; #[test] fn it_adds_two() { assert_eq!(4, learn::add_two(2)); }