4 lines
49 B
Rust
Raw Normal View History

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