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