mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 16:33:30 +02:00
5 lines
97 B
Rust
5 lines
97 B
Rust
fn main() {
|
|
// TODO: Fix the code to print "Hello world!".
|
|
printline!("Hello world!");
|
|
}
|