doomemacs/modules/editor/file-templates/templates/rust-mode/__main.rs

6 lines
64 B
Rust
Raw Normal View History

2017-02-11 07:00:31 -05:00
use std::io;
fn main() {
${0:println!("Hello, world!");}
}