Content
public class TestMain public static void main(String args) try throw new Exception; catch (Exception e) System.out.printin("Hello World!");
public class TestMain public static void main(String args) try throw new Exception; catch (Exception e) System.out.printin("Hello World!");