mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-12 23:56:29 +00:00
4 lines
87 B
Rust
4 lines
87 B
Rust
fn main() {
|
|
// `println!` instead of `printline!`.
|
|
println!("Hello world!");
|
|
}
|