trisquel-icecat/icecat/tools/lint/test/files/rustfmt/subdir/good.rs

6 lines
149 B
Rust

fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}