// This is a regular comment
/// This is a doc comment
fn main() {
    // Another comment
    println!("Hello, world!");
}