summaryrefslogtreecommitdiff
path: root/test/src/main.rs
blob: 12649031c947bb13468e737797de7fa9c9eafc71 (plain)
1
2
3
4
// this is for testing the `rustfmt` check
fn main() {
    println!("hello world");
}