* init.el: Add b/join-line-top for joining the next line to this one
[~bandali/configs] / etc / yasnippet / snippets / java-mode / println
CommitLineData
476f6228
AB
1# -*- mode: snippet -*-
2# name: println
3# key: p
4# --
5System.out.println($1);$0