1 2 3 4 5 6 7 8
public class PR102746 { public static void main(String[] args) { if (!("hello".equals(lib.Lib.hello()))) { throw new Error("no hello"); } } }