2016-10-20 10:27:10 +02:00

6 lines
90 B
Plaintext

# -*- mode: snippet -*-
# name: println
# key: pr
# --
System.out.println("${1:text}");
$0