rustlings/helloworld.rs
2022-08-07 20:48:08 +02:00

4 lines
41 B
Rust

fn main()
{
println!("hello world")
}