Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ main
Function
main
00_hello_world/rust/syntax.rs:15–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
fn main() {
16
let z = multiply(5, 6);
17
println!(
"result: {}"
, z);
18
let txt = format!(
"result: {z}"
, z=z);
19
println!(
"{}"
, txt);
20
}
Callers
nothing calls this directly
Calls
1
multiply
Function · 0.70
Tested by
no test coverage detected