Horje
rust comment Code Example
rust comment
fn main() {
	// It's a simple comment
    println!("Hello, world!");
    
    println!("Condemned Crab comment"); // Comments in rust are with two slashes.
}
rust comments
// Use two '//'




Rust

Related
rust struct Code Example rust struct Code Example
ignore #[warn(dead_code)] Code Example ignore #[warn(dead_code)] Code Example
create file rust Code Example create file rust Code Example
how to split a string by spaces rust Code Example how to split a string by spaces rust Code Example
remove file rust Code Example remove file rust Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15