class Main { public static void main(String[] args) { String printStr = "Hello World!"; System.out.println(printStr); } }