1 2 3 4 5 6
package pkg; public class Demo { public static void main(String[] argv) { System.out.println("Demo running"); } }