1public class Main2 { 2 3 public static void main (String [] args) { 4 System.out.println("Hey World, how are you?"); 5 } 6} 7 8