dendi/src/main.rs

5 lines
94 B
Rust
Raw Normal View History

2024-02-14 23:55:29 +00:00
// ~/~ begin <<dendi.md#main.rs>>[init]
fn main() {
println!("Hello, Rust!");
}
// ~/~ end