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