interactive-clap/examples/hello.rs
2022-02-06 16:01:58 +02:00

3 lines
54 B
Rust

fn main() {
println!("Hello from an example!");
}