7 lines
74 B
Rust
7 lines
74 B
Rust
|
fn main() {
|
||
|
// Line Comment
|
||
|
/* Block Comment */
|
||
|
|
||
|
let d = 5;
|
||
|
}
|