2023-01-11 09:32:08 +00:00

4 lines
48 B
Rust

pub fn print_hello() {
println!("hello");
}