Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ main
Function
main
code/chapter04/move2tower.rs:12–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
fn main() {
13
move2tower(1,
"A"
,
"B"
,
"C"
);
14
move2tower(2,
"A"
,
"B"
,
"C"
);
15
move2tower(3,
"A"
,
"B"
,
"C"
);
16
move2tower(4,
"A"
,
"B"
,
"C"
);
17
}
Callers
nothing calls this directly
Calls
1
move2tower
Function · 0.85
Tested by
no test coverage detected