7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: func
|
|
# key: func
|
|
# --
|
|
func $1() -> $2 {
|
|
$0
|
|
} |