1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-18 00:00:02 +03:00
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!")
}