Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
537-complex-number-multiplication.rs:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
fn main() {
15
let num1 =
"1+-1i"
.to_string();
16
let num2 =
"1+-1i"
.to_string();
17
println!(
"{:?}"
, complex_number_multiply(num1, num2));
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected