rustlings/exercises/00_intro/intro2.rs
2024-04-17 23:34:27 +02:00

6 lines
94 B
Rust

// Make the code print a greeting to the world.
fn main() {
printline!("Hello there!")
}