package testclass; public class Test { String testfield; public static int otherField; public static void Main(String[] args) { System.out.println("Hello World!"); } }