blob: 7066e6c15df254976b5ae7641509056a73e40114 [file] [log] [blame]
pub fn say_hello() {
println!("Hello, Rust!")
}
fn main() {
say_hello()
}