4 lines
48 B
Rust
Raw Normal View History

2017-05-10 11:00:08 +02:00
pub fn print_hello() {
println!("hello");
}