rust-hello-world/src/main.rs

4 lines
67 B
Rust

fn main() {
println!("Hello, world!");
println!("BEIYI");
}