Please advice on where can I find the lib in order to use the shorter expression of System.out.println() and where should I place that lib.
System.out.println()
void p(String l){ System.out.println(l); }
Shortest. Go for it.