summaryrefslogtreecommitdiff
path: root/src/lq/Test.java
blob: e294b7fb9d81deb10617abc5ea158e273ceb77de (plain)
1
2
3
4
5
6
7
package lq;

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