6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: return ...
|
||
|
# key: r
|
||
|
# uuid: r
|
||
|
# --
|
||
|
return $0;
|