2025-09-08 20:34:20 +03:00

5 lines
80 B
Plaintext

# -*- mode: snippet -*-
# name: println
# key: sout
# --
System.out.println($0);