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

Function main

Source Code/02-13.rs:6–10  ·  view source on GitHub ↗

It prints: These are three lines */

()

Source from the content-addressed store, hash-verified

4 three lines
5*/
6fn main() {
7 println!("{}", "These
8 are
9 three lines");
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected