MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / fail

Function fail

135. Candy/src/main.rs:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51 #[test]
52 fn fail() {
53 assert_eq!(Solution::candy(vec![1,2,3,1,0]), 9);
54 }
55}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected