tvl-depot/configs/.config/nvim/templates/boilerplate.rs
William Carroll fe61dee511 Splice configs/shared directory
- Move all children from configs/shared into configs.
- Delete "shared" directory.
2020-03-06 10:15:29 +00:00

5 lines
126 B
Rust

fn main() {
// The statements here will be executed when the compiled binary is called.
println!("Hello, world!");
}