emacs/snippets/rust-mode/main

8 lines
88 B
Plaintext

# -*- mode: snippet -*-
# name: fn main() { ... }
# key: main
# --
fn main() {
$0
}