6 lines
78 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: import
# key: imp
# --
import ${1:System.};
$0