5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: println
|
|
# key: sout
|
|
# --
|
|
System.out.println($0); |