Java程序  |  8行  |  96 B

package testdata;

public class A {
    String hello() {
        return "hello from A";
    }
}