public class hallo { public static void main(String[] args) throws Exception{ String s; System.out.println("Hallo World!"); } }