about summary refs log tree commit diff
path: root/users/wpcarro/configs/.config/nvim/templates/boilerplate.rs
blob: c83adbc69fa0efbbea62bce9a71ee721b82c3ebf (plain) (blame)
1
2
3
4
5
fn main() {
    // The statements here will be executed when the compiled binary is called.

    println!("Hello, world!");
}