trpl-zh-cn/listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/src/main.rs
2025-05-07 00:10:20 +08:00

5 lines
71 B
Rust

fn main() {
// I'm feeling lucky today
let lucky_number = 7;
}