MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / main

Function main

Source Code/02-05.rs:3–5  ·  view source on GitHub ↗

It prints: The sum is 115.19999999999999*/

()

Source from the content-addressed store, hash-verified

1/* It prints:
2The sum is 115.19999999999999*/
3fn main() {
4 print!("The sum is {}", 80.3 + 34.9);
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected