package pkg; public class Demo { public static void main(String[] argv) { System.out.println("Demo running"); } }