Files
Peroxide/examples/hello.rs

4 lines
54 B
Rust

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