use lib_algorithms::mix::*; #[test] fn test_fizz_buzz() { assert_eq!(fizz_buzz(), ()) }