summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/clippy/test1/good.rs
blob: 9bcaee67b7330e65ad27cfa5861b60425be27390 (plain)
1
2
3
4
5
6
fn main() {
    // Statements here are executed when the compiled binary is called

    // Print text to the console
    println!("Hello World!");
}