MCPcopy Create free account
hub / github.com/dexwritescode/rust-mcp / main

Function main

test_code.rs:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() {
2 let message = "Hello, world!";
3 println!("{}", message);
4}
5
6struct Person {
7 name: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected