Philipp Wiesemann be4ed86f35 Change array type syntax in Java file template
Square brackets following the element type are more common.
2016-06-15 23:05:09 +02:00

10 lines
94 B
Java

{fileheader}
public class {untitled} {
public static void main (String[] args) {
}
}