Hello, World! fn main() { println!("Hello, world!"); } fn means function. The main function is the beginning of every Rust program.
確定! 回上一頁