Java
Shortcut for System.out.println() in java in replit
Voters
RYANTADIPARTHI
i don't think there is another way. just System.out.println()
or print()
. they are both used for different printing but, i think those are the only ways.
There isn't any shortcut on repl.it, but if you use eclipse java then you can type sysout and then control + space.