learning_rust/the_book/helloWorld.rs

4 lines
44 B
Rust

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