12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
// foo
|
|
// bar
|
|
|
|
//! foo
|
|
//! bar
|
|
|
|
/// foo
|
|
/// bar
|
|
|
|
println!("hello world"); // foo
|
|
bar
|