testing-repository/rust_test/test.rs

3 lines
41 B
Rust

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