mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 16:33:30 +02: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!")
|
|
}
|