mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 20:43:03 +00:00
7 lines
71 B
Rust
7 lines
71 B
Rust
fn main() {
|
|
// Line Comment
|
|
// Block Comment
|
|
|
|
let d = 5;
|
|
}
|