6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: print
|
|
# key: p
|
|
# --
|
|
print($0)
|