yasnippet-snippets/jde-mode/println.yasnippet
2010-11-05 12:04:30 +01:00

7 lines
119 B
Plaintext

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