6 lines
121 B
Rust
6 lines
121 B
Rust
|
|
fn main() {
|
||
|
|
println!("This is a basic usage example");
|
||
|
|
}
|
||
|
|
|
||
|
|
// Run this example with `cargo run --example basic_usage`
|