public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } } code example
Example: how do you print code in java
System.out.print(46); // prints on the same line
System.out.println("Tree"); // prints code on a new line