MCPcopy Create free account
hub / github.com/CleanCut/ultimate_rust2 / main

Function main

exercise/docs/src/main.rs:2–4  ·  view source on GitHub ↗

The exercise is in lib.rs this time!!!

()

Source from the content-addressed store, hash-verified

1/// The exercise is in lib.rs this time!!!
2fn main() {
3 println!("Go look in lib.rs ;-)");
4}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected