dendi/src/main.rs

5 lines
94 B
Rust

// ~/~ begin <<dendi.md#main.rs>>[init]
fn main() {
println!("Hello, Rust!");
}
// ~/~ end