MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / main

Function main

0a_error_handling/rust/nohandling.rs:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7fn main() {
8 let twenty = multiply("10", "2");
9 println!("double is {}", twenty);
10
11 let tt = multiply("t", "2");
12 println!("double is {}", tt);
13}

Callers

nothing calls this directly

Calls 1

multiplyFunction · 0.70

Tested by

no test coverage detected