package lq; public class Test { public static final String test() { return "Hello from Test"; } }