import java.util.*; public class Main { public static void main(String[] args) throws Exception { // Your code here! System.out.println("Hello World!"); } }