6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: func main() { ... }
|
|
# --
|
|
func main() {
|
|
$0
|
|
} |