19 lines
172 B
Plaintext
19 lines
172 B
Plaintext
// foo
|
|
// bar
|
|
|
|
//! foo
|
|
//! bar
|
|
|
|
//!! foo
|
|
//!! bar
|
|
|
|
/// foo
|
|
/// bar
|
|
|
|
//// foo
|
|
//// bar
|
|
|
|
println!("hello world"); // foo
|
|
bar
|
|
|