2024-06-10 14:16:29 +08:00

12 lines
220 B
Rust

// intro2.rs
//
// 讓程式碼輸出一個問候世界的訊息。
//
// 執行 `rustlings hint intro2` 或使用 `hint` watch 子命令來獲取提示。
// I AM NOT DONE
fn main() {
printline!("Hello there!")
}