2024-06-10 16:23:22 +08:00

12 lines
217 B
Rust

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