7 lines
68 B
Rust
Raw Normal View History

pub fn hello( )
{
println!("Hello World!");
}