2009-08-29 17:59:02 +00:00

6 lines
123 B
Plaintext

# -*- mode: snippet -*-
# key: p
# contributor: Translated from TextMate Snippet
# name: print
# --
System.out.print($1);$0