trpl-zh-cn/listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/src/main.rs

5 lines
71 B
Rust
Raw Normal View History

2022-02-06 16:43:51 +08:00
fn main() {
2025-05-07 00:10:20 +08:00
// I'm feeling lucky today
2022-02-06 16:43:51 +08:00
let lucky_number = 7;
}