use hello::snuggle; #[test] fn it_works_from_outside() { assert!(snuggle(4) == 32); }