MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / main

Function main

00_hello_world/rust/hello_world.rs:4–7  ·  view source on GitHub ↗

classic Hello World example in Rust

()

Source from the content-addressed store, hash-verified

2//! classic Hello World example in Rust
3
4fn main() {
5 // output of hello world
6 println!("Hello World");
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected