mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
6 lines
94 B
Rust
6 lines
94 B
Rust
// Make the code print a greeting to the world.
|
|
|
|
fn main() {
|
|
printline!("Hello there!")
|
|
}
|