5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: import
|
||
|
# --
|
||
|
import ${1:System.};
|
||
|
$0
|