MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

242-valid-anagram.rs:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9fn main() {
10 let s = "rat".to_string();
11 let t = "car".to_string();
12 println!("{:?}", is_anagram(s, t));
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected