comments, flow control
This commit is contained in:
8
comments/src/main.rs
Normal file
8
comments/src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
fn main() {
|
||||
// this is a comment
|
||||
/* is this a comment?
|
||||
*
|
||||
* looks like it
|
||||
*/
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user