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

Function main

1694-reformat-phone-number.rs:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23fn main() {
24 let number = "9964-".to_string();
25 println!("{:?}", reformat_number(number));
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected